Package: cairo
Function cairo-mesh-pattern-set-control-point
Lambda Listcairo-mesh-pattern-set-control-point (pattern point-num x y) Argumentspattern -- a cairo-pattern-t instance point-num -- an unsigned integer with the control point to set the position for x -- the double float x coordinate of the control point y -- the double float y coordinate of the control point Details
Set an internal control point of the current patch. Valid values for point-num are from 0 to 3 and identify the control points as explained for the function cairo-pattern-create-mesh. Note | See also |
2020-12-13