Draws a closed cardinal spline defined by an array of Point structures using a specified tension.
Namespace: MindFusion.DrawingAssembly: MindFusion.Common
void DrawClosedCurve ( Pen pen, Point[] points, float tension, FillMode fillmode)
Sub DrawClosedCurve( _ pen As Pen, _ points() As Point, _ tension As Single, _ fillmode As FillMode _)
DrawClosedCurve Method Overload ListIGraphics MembersIGraphics InterfaceMindFusion.Drawing Namespace