Description Usage Arguments Details See Also
Applies scaling by sx, sy to the transformation in matrix. The effect of the new transformation is to first scale the coordinates by sx and sy, then apply the original transformation to the coordinates.
1 | cairo_matrix_scale(matrix, sx, sy)
|
matrix |
[ |
sx |
[ |
sy |
[ |
Since: 1.0
C function prototype: void cairo_matrix_scale (cairo_matrix_t *matrix, double sx, double sy)
Other cairo-matrix:
cairo_matrix_init_rotate()
,
cairo_matrix_init_scale()
,
cairo_matrix_init_translate()
,
cairo_matrix_init()
,
cairo_matrix_invert()
,
cairo_matrix_multiply()
,
cairo_matrix_rotate()
,
cairo_matrix_transform_distance()
,
cairo_matrix_transform_point()
,
cairo_matrix_translate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.