Package: cairo

Function cairo-mesh-pattern-move-to

Lambda List

cairo-mesh-pattern-move-to (pattern x y)

Arguments

pattern -- a cairo-pattern-t instance
x -- the double float x coordinate of the new position
y -- the double float y coordinate of the new position

Details

Define the first point of the current patch in a mesh pattern.

After this call the current point will be (x, y).

Note

If pattern is not a mesh pattern then pattern will be put into an error status with a status of :pattern-type-mismatch. If pattern has no current patch or the current patch already has at least one side, pattern will be put into an error status with a status of :invalid-mesh-construction.
 

See also

2020-12-13