Package: cairo
Function cairo-mesh-pattern-move-to
Lambda Listcairo-mesh-pattern-move-to (pattern x y) Argumentspattern -- 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 | See also |
2020-12-13