AddEllipse()
Contents
[
Hide
]GraphicsPath::AddEllipse(float, float, float, float) method
Adds the specified ellipse to the path represented by the current object.
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(float x, float y, float width, float height)
Arguments
Parameter | Type | Description |
---|---|---|
x | float | The X coordinate of the upper left corner of the rectangle that bounds the ellipse to add |
y | float | The Y coordinate of the upper left corner of the rectangle that bounds the ellipse to add |
width | float | The width of the upper left corner of the rectangle that bounds the ellipse to add |
height | float | The height of the upper left corner of the rectangle that bounds the ellipse to add |
GraphicsPath::AddEllipse(int, int, int, int) method
Adds the specified ellipse to the path represented by the current object.
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(int x, int y, int width, int height)
Arguments
Parameter | Type | Description |
---|---|---|
x | int | The X coordinate of the upper left corner of the rectangle that bounds the ellipse to add |
y | int | The Y coordinate of the upper left corner of the rectangle that bounds the ellipse to add |
width | int | The width of the upper left corner of the rectangle that bounds the ellipse to add |
height | int | The height of the upper left corner of the rectangle that bounds the ellipse to add |
GraphicsPath::AddEllipse(const RectangleF&) method
Adds the specified ellipse to the path represented by the current object.
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(const RectangleF &rect)
Arguments
Parameter | Type | Description |
---|---|---|
rect | const RectangleF& | Specifies a rectangle that bounds the ellipse to add |
GraphicsPath::AddEllipse(const Rectangle&) method
Adds the specified ellipse to the path represented by the current object.
void System::Drawing::Drawing2D::GraphicsPath::AddEllipse(const Rectangle &rect)
Arguments
Parameter | Type | Description |
---|---|---|
rect | const Rectangle& | Specifies a rectangle that bounds the ellipse to add |
See Also
- Class GraphicsPath
- Class RectangleF
- Class Rectangle
- Namespace System::Drawing::Drawing2D
- Library Aspose.Slides