CairoContext::deviceToUser
cairo_device_to_user
(PECL cairo >= 0.1.0)
CairoContext::deviceToUser -- cairo_device_to_user — Transform a coordinate
説明
オブジェクト指向型 (method):
public CairoContext::deviceToUser
( float
$x
, float $y
) : array手続き型:
Transform a coordinate from device space to user space by multiplying the given point by the inverse of the current transformation matrix (CTM).
パラメータ
-
context -
A valid CairoContext object created with CairoContext::__construct() or cairo_create()
-
x -
x value of the coordinate
-
y -
y value of the coordinate
返り値
An array containing the x and y coordinates in the user-space