| CairoContext::deviceToUsercairo_device_to_user(PECL cairo >= 0.1.0) CairoContext::deviceToUser -- cairo_device_to_user — Transform a coordinate ОписаниеОбъектно-ориентированный стиль (method): 
   public array CairoContext::deviceToUser
    ( float $x
   , float $y
    ) Процедурный стиль: Transform a coordinate from device space to user space by multiplying the given point by the inverse of the current transformation matrix (CTM). Список параметров
 
 Возвращаемые значенияAn array containing the x and y coordinates in the user-space | ||