WebPlanner Programmer's Guide

GdiGraphics.DrawClosedCurve Method

See Also
 


Draws a closed cardinal spline defined by an array of Point structures.

 Overload List

Name Description

GdiGraphics.DrawClosedCurve (Pen, Point[])

Draws a closed cardinal spline defined by an array of Point structures.

GdiGraphics.DrawClosedCurve (Pen, Point[], Single, FillMode)

Draws a closed cardinal spline defined by an array of Point structures using a specified tension.

GdiGraphics.DrawClosedCurve (Pen, PointF[])

Draws a closed cardinal spline defined by an array of PointF structures.

GdiGraphics.DrawClosedCurve (Pen, PointF[], Single, FillMode)

Draws a closed cardinal spline defined by an array of PointF structures using a specified tension.

 See Also