Package: cairo
Function cairo-mesh-pattern-line-to
Lambda Listcairo-mesh-pattern-line-to (pattern x y) Argumentspattern -- a cairo-pattern-t instance x -- a double float x coordinate of the end of the new line y -- a double float y coordinate of the end of the new line Details
Adds a line to the current patch from the current point to position (x, y) in pattern-space coordinates. If there is no current point before the call to the function cairo-mesh-pattern-line-to this function will behave as (cairo-mesh-pattern-move-to pattern x y)After this call the current point will be (x, y). Note | See also |
2020-12-13