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





Draws a series of Bézier splines from an array of PointF structures.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void DrawBeziers (
    Pen pen,
    PointF[] points
)

Visual Basic  Copy Code

Sub DrawBeziers( _
    pen As Pen, _
    points() As PointF _
)

 Parameters

pen
A .NET Pen object that determines the color, width, and style of the curve.
points
An array of .NET PointF structures that represent the points that determine the curve.

 See Also

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