ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / Graphics Class / DrawBezier Method
A Pen indicate the pen used to draw
A System.Drawing.Point indicate the Bezier curves start point
A System.Drawing.Point indicate the first control point of the Bezier curves
A System.Drawing.Point indicate the second control point of the Bezier curves
A System.Drawing.Point indicate the line end point

In This Topic
    DrawBezier Method
    In This Topic
    Draws one Bezier curves on current Graphics.
    Syntax
    'Declaration
     
    
    Public Sub DrawBezier( _
       ByVal pen As Pen, _
       ByVal startPoint As Point, _
       ByVal controlPoint1 As Point, _
       ByVal controlPoint2 As Point, _
       ByVal endPoint As Point _
    ) 

    Parameters

    pen
    A Pen indicate the pen used to draw
    startPoint
    A System.Drawing.Point indicate the Bezier curves start point
    controlPoint1
    A System.Drawing.Point indicate the first control point of the Bezier curves
    controlPoint2
    A System.Drawing.Point indicate the second control point of the Bezier curves
    endPoint
    A System.Drawing.Point indicate the line end point
    Exceptions
    ExceptionDescription
    Defines an exception class to handle the system error.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also