Documentation
Dlang.org
Matrix.transformPoint
pango
matrix
Matrix
Transforms the point (
x
,
y
) by matrix.
class
Matrix
void
transformPoint
(
ref
double
x
,
ref
double
y
)
Parameters
x
double
in/out X position
y
double
in/out Y position
pango
matrix
Matrix
constructors
this
functions
cPtr
concat
copy
getFontScaleFactor
getFontScaleFactors
getSlantRatio
rotate
scale
self
transformDistance
transformPixelRectangle
transformPoint
transformRectangle
translate
properties
gType
x0
xx
xy
y0
yx
yy
static functions
getGType
Transforms the point (x, y) by matrix.