Description Usage Arguments Details See Also
View source: R/cairo--structs.R
A data structure for holding a rectangle with integer coordinates.
1 | cairo_rectangle_int_t(x, y, width, height)
|
x |
X coordinate of the left side of the rectangle |
y |
Y coordinate of the the top side of the rectangle |
width |
width of the rectangle |
height |
height of the rectangle |
Since: 1.10
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_update()
,
cairo_matrix_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.