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

[To be supplied.]

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

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.DrawEllipse Overload List