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!

GraphicsPath.AddLines (Point[])

[To be supplied.]

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

Parameters

points
[To be supplied.]

See Also

GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath.AddLines Overload List