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

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawRectangle( _
   ByVal pen As Pen, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal width As Single, _
   ByVal height As Single _
)
[C#]
public void DrawRectangle(
   Pen pen,
   float x,
   float y,
   float width,
   float height
);
[C++]
public: void DrawRectangle(
   Pen* pen,
   float x,
   float y,
   float width,
   float height
);
[JScript]
public function DrawRectangle(
   pen : Pen,
   x : float,
   y : float,
   width : float,
   height : float
);

Parameters

pen
[To be supplied.]
x
[To be supplied.]
y
[To be supplied.]
width
[To be supplied.]
height
[To be supplied.]

See Also

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