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

[To be supplied.]

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

Parameters

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

See Also

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