NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

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

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawClosedCurve( _
   ByVal pen As Pen, _
   ByVal points() As Point, _
   ByVal tension As Single, _
   ByVal fillmode As FillMode _
)
[C#]
public void DrawClosedCurve(
   Pen pen,
   Point[] points,
   float tension,
   FillMode fillmode
);
[C++]
public: void DrawClosedCurve(
   Pen* pen,
   Point* points[],
   float tension,
   FillMode fillmode
);
[JScript]
public function DrawClosedCurve(
   pen : Pen,
   points : Point[],
   tension : float,
   fillmode : FillMode
);

Parameters

pen
[To be supplied.]
points
[To be supplied.]
tension
[To be supplied.]
fillmode
[To be supplied.]

See Also

Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.DrawClosedCurve Overload List