Class Cairo.Matrix
- Description
Holds an affine transformation, such as a scale, rotation, shear, or a combination of those.
- 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