Package: cairo

Function cairo:move-to

Lambda List

cairo:move-to (cr x y)

Arguments

cr -- a cairo:context-t instance
x -- a number for the x coordinate of the new position
y -- a number for the y coordinate of the new position

Details

Begin a new sub-path. After this call the current point will be (x,y).

Notes

The numbers for the arguments are coerced to double floats before being passed to the foreign C function.
 

See also

2025-1-14