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.AddLine (PointF, PointF)

[To be supplied.]

[Visual Basic]
Overloads Public Sub AddLine( _
   ByVal pt1 As PointF, _
   ByVal pt2 As PointF _
)
[C#]
public void AddLine(
   PointF pt1,
   PointF pt2
);
[C++]
public: void AddLine(
   PointF pt1,
   PointF pt2
);
[JScript]
public function AddLine(
   pt1 : PointF,
   pt2 : PointF
);

Parameters

pt1
[To be supplied.]
pt2
[To be supplied.]

See Also

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