update : 2015.11.03
php.shukuma.com검색:
|
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 |