Draws a cardinal spline through a specified array of PointF structures. The drawing begins offset from the beginning of the array.
Namespace: MindFusion.DrawingPackage: MindFusion.Common
void DrawCurve ( Pen pen, PointF[] points, int offset, int numberOfSegments)
Sub DrawCurve( _ pen As Pen, _ points() As PointF, _ offset As Integer, _ numberOfSegments As Integer _)
DrawCurve Method Overload ListIGraphics MembersIGraphics InterfaceMindFusion.Drawing Namespace