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.DrawLine (Pen, Int32, Int32, Int32, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawLine( _
   ByVal pen As Pen, _
   ByVal x1 As Integer, _
   ByVal y1 As Integer, _
   ByVal x2 As Integer, _
   ByVal y2 As Integer _
)
[C#]
public void DrawLine(
   Pen pen,
   int x1,
   int y1,
   int x2,
   int y2
);
[C++]
public: void DrawLine(
   Pen* pen,
   int x1,
   int y1,
   int x2,
   int y2
);
[JScript]
public function DrawLine(
   pen : Pen,
   x1 : int,
   y1 : int,
   x2 : int,
   y2 : int
);

Parameters

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

See Also

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