cairoMatrixInitScale {RGtk2} | R Documentation |
Initializes matrix
to a transformation that scales by sx
and sy
in the X and Y dimensions, respectively.
cairoMatrixInitScale(sx, sy)
|
[numeric] scale factor in the X direction |
|
[numeric] scale factor in the Y direction |
A list containing the following elements:
|
[CairoMatrix ] a cairo_matrix_t |
Derived by RGtkGen from GTK+ documentation