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

[To be supplied.]

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

Parameters

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

See Also

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