Class Cairo.Matrix

Description

Holds an affine transformation, such as a scale, rotation, shear, or a combination of those.


Variable x0

float Cairo.Matrix.x0

Description

X translation component of the affine transformation


Variable xx

float Cairo.Matrix.xx

Description

xx component of the affine transformation


Variable xy

float Cairo.Matrix.xy

Description

xy component of the affine transformation


Variable y0

float Cairo.Matrix.y0

Description

Y translation component of the affine transformation


Variable yx

float Cairo.Matrix.yx

Description

yx component of the affine transformation


Variable yy

float Cairo.Matrix.yy

Description

yy component of the affine transformation


Method create

Cairo.Matrix Cairo.Matrix(float|int|void xx, float|int|void yx, float|int|void xy, float|int|void yy, float|int|void x0, float|int|void y0)

Parameter xx

xx component of the affine transformation

Parameter yx

yx component of the affine transformation

Parameter xy

xy component of the affine transformation

Parameter yy

yy component of the affine transformation

Parameter x0

X translation component of the affine transformation

Parameter y0

Y translation component of the affine transformation