WebPlanner Programmer's Guide

GdiGraphics.DrawBezier Method

See Also
 


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

 Overload List

Name Description

GdiGraphics.DrawBezier (Pen, Point, Point, Point, Point)

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

GdiGraphics.DrawBezier (Pen, PointF, PointF, PointF, PointF)

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

GdiGraphics.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