Description Usage Arguments Details Author(s)
Adds a line to the path from the current point to position (x
, y
)
in user-space coordinates. After this call the current point
will be (x
, y
).
1 | cairoLineTo(cr, x, y)
|
|
[ |
|
[numeric] the X coordinate of the end of the new line |
|
[numeric] the Y coordinate of the end of the new line |
If there is no current point before the call to cairoLineTo
this function will behave as cairo_move_to(cr
, x
, y
).
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.