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 (Single, Single, Single, Single)

[To be supplied.]

[Visual Basic]
Overloads Public Sub AddLine( _
   ByVal x1 As Single, _
   ByVal y1 As Single, _
   ByVal x2 As Single, _
   ByVal y2 As Single _
)
[C#]
public void AddLine(
   float x1,
   float y1,
   float x2,
   float y2
);
[C++]
public: void AddLine(
   float x1,
   float y1,
   float x2,
   float y2
);
[JScript]
public function AddLine(
   x1 : float,
   y1 : float,
   x2 : float,
   y2 : float
);

Parameters

x1
[To be supplied.]
y1
[To be supplied.]
x2
[To be supplied.]
y2
[To be supplied.]

See Also

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