Description Usage Arguments See Also
View source: R/cairo--structs.R
Update the values in a cairo_matrix_t
1 2 3 4 5 6 7 8 9 |
mat |
cairo_matrix_t object to update |
xx |
xx component of the affine transformation |
yx |
yx component of the affine transformation |
xy |
xy component of the affine transformation |
yy |
yy component of the affine transformation |
x0 |
X translation component of the affine transformation |
y0 |
Y translation component of the affine transformation |
Other struct:
as.list.cairo_font_extents_t()
,
as.list.cairo_matrix_t()
,
as.list.cairo_rectangle_t()
,
as.list.cairo_text_extents_t()
,
cairo_font_extents_t()
,
cairo_matrix_t()
,
cairo_rectangle_int_t()
,
cairo_rectangle_t()
,
cairo_text_extents_t()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.