Page.DrawBezier

Page.DrawBezier method

The process of drawing bezier. The length of points should be equal or greater than 3.

public long DrawBezier(double pinX, double pinY, double width, double height, PointF[] points)
ParameterTypeDescription
pinXDoubleSpecifies the x-coordinate of the shape’s pin (center of rotation) in relation to the page.
pinYDoubleSpecifies the y-coordinate of the shape’s pin (center of rotation) in relation to the page.
widthDoubleSpecifies the width of the shape
heightDoubleSpecifies the height of the shape
pointsPointF[]Specifies the points of the bezier

Return Value

The unique ID of the shape within shapes collection on the specified page.

See Also