WebPlanner Programmer's Guide

GdiGraphics.DrawBeziers Method

See Also
 


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

 Overload List

Name Description

GdiGraphics.DrawBeziers (Pen, Point[])

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

GdiGraphics.DrawBeziers (Pen, PointF[])

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

 See Also