2.0
3.0
>
comp
>
gb.cairo
>
cairo
>
moveto
Previous
Next
Edit
Rename
Undo
Search
Administration
Documentation
Warning! This page is not translated.
See english version
Cairo.MoveTo (gb.cairo)
Static
Sub
MoveTo
(
X
As
Float
,
Y
As
Float
)
Begin a new sub-path. After this call the current point will be (
X
,
Y
).
X
: the X coordinate of the new position.
Y
: the Y coordinate of the new position.