ASP.NET Pack Programmer's Guide
IGraphics.DrawBezier Method
See Also
 





Draws a Bézier spline defined by four .NET Point structures.

 Overload List

Name Description

IGraphics.DrawBezier (Pen, Point, Point, Point, Point)

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

IGraphics.DrawBezier (Pen, PointF, PointF, PointF, PointF)

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

IGraphics.DrawBezier (Pen, Single, Single, Single, Single, Single, Single, Single, Single)

Draws a Bézier spline defined by four ordered pairs of coordinates that represent points.

 See Also

IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace