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, RectangleF)

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawEllipse( _
   ByVal pen As Pen, _
   ByVal rect As RectangleF _
)
[C#]
public void DrawEllipse(
   Pen pen,
   RectangleF rect
);
[C++]
public: void DrawEllipse(
   Pen* pen,
   RectangleF rect
);
[JScript]
public function DrawEllipse(
   pen : Pen,
   rect : RectangleF
);

Parameters

pen
[To be supplied.]
rect
[To be supplied.]

See Also

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