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.DrawPolygon (Pen, Point[])

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawPolygon( _
   ByVal pen As Pen, _
   ByVal points() As Point _
)
[C#]
public void DrawPolygon(
   Pen pen,
   Point[] points
);
[C++]
public: void DrawPolygon(
   Pen* pen,
   Point* points[]
);
[JScript]
public function DrawPolygon(
   pen : Pen,
   points : Point[]
);

Parameters

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

See Also

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