update : 2015.11.03
php.shukuma.com검색:
|
CairoContext::deviceToUserDistancecairo_device_to_user_distance(PECL cairo >= 0.1.0) CairoContext::deviceToUserDistance -- cairo_device_to_user_distance — Transform a distance 설명객체 기반 형식 (method):
public array CairoContext::deviceToUserDistance
( float
$x
, float $y
)절차식 형식:
Transform a distance vector from device space to user space. This function is similar to
CairoContext::deviceToUser() or cairo_device_to_user()
except that the translation components of the inverse Cairo Transformation Matrix will be
ignored when transforming ( 인수
반환값Returns an array with the x and y values of a distance vector in the user-space |