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.AddEllipse (RectangleF)

[To be supplied.]

[Visual Basic]
Overloads Public Sub AddEllipse( _
   ByVal rect As RectangleF _
)
[C#]
public void AddEllipse(
   RectangleF rect
);
[C++]
public: void AddEllipse(
   RectangleF rect
);
[JScript]
public function AddEllipse(
   rect : RectangleF
);

Parameters

rect
[To be supplied.]

See Also

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