[]
        
(Showing Draft Content)

C1.Framework.Drawing.Gdi.Graphics.DrawBezier

DrawBezier Method

DrawBezier(Pen, Point, Point, Point, Point)

Draws one Bezier curves on current Graphics.

Declaration
public void DrawBezier(Pen pen, Point startPoint, Point controlPoint1, Point controlPoint2, Point endPoint)
Parameters
Type Name Description
Pen pen

A Pen indicate the pen used to draw

Point startPoint

A Point indicate the Bezier curves start point

Point controlPoint1

A Point indicate the first control point of the Bezier curves

Point controlPoint2

A Point indicate the second control point of the Bezier curves

Point endPoint

A Point indicate the line end point

Exceptions
Type Condition
SystemErrorException