Description Usage Arguments Details Author(s)
Adds a closed sub-path rectangle of the given size to the current
path at position (x
, y
) in user-space coordinates.
1 | cairoRectangle(cr, x, y, width, height)
|
|
[ |
|
[numeric] the X coordinate of the top left corner of the rectangle |
|
[numeric] the Y coordinate to the top left corner of the rectangle |
|
[numeric] the width of the rectangle |
|
[numeric] the height of the rectangle |
This function is logically equivalent to:
1 2 3 4 5 |
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.