ASP.NET Pack Programmer's Guide
IGraphics.DrawBezier Method (Pen, PointF, PointF, PointF, PointF)
See Also
 





Draws a Bézier spline defined by four PointF structures.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void DrawBezier (
    Pen pen,
    PointF pt1,
    PointF pt2,
    PointF pt3,
    PointF pt4
)

Visual Basic  Copy Code

Sub DrawBezier( _
    pen As Pen, _
    pt1 As PointF, _
    pt2 As PointF, _
    pt3 As PointF, _
    pt4 As PointF _
)

 Parameters

pen
A .NET Pen object that determines the color, width, and style of the curve.
pt1
A .NET PointF structure that represents the starting point of the curve.
pt2
A .NET PointF structure that represents the first control point for the curve.
pt3
A .NET PointF structure that represents the second control point for the curve.
pt4
A .NET PointF structure that represents the ending point of the curve.

 See Also

DrawBezier Method Overload List
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace