DrawPolyCubicBezier

MetafileRecorderGraphics2D.DrawPolyCubicBezier method

Draws the poly cubic bezier.

public void DrawPolyCubicBezier(Pen pen, Point[] points)
ParameterTypeDescription
penPenPen that determines the color, width, and style of the figure.
pointsPoint[]The points.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionThe number of points in the array should be a multiple of 3 plus 1, such as 4, 7, or 10.

See Also