[]
Fill ellipse from this document.
public void FillEllipse(Color clr, float x, float y, float width, float height)
| Type | Name | Description |
|---|---|---|
| Color | clr | The drawing color. |
| float | x | The x (top-left corner) coordinate. |
| float | y | The y (top-left corner) coordinate. |
| float | width | The width of the rectangle. |
| float | height | The height of the rectangle. |
Fill ellipse from this document.
public void FillEllipse(Color clr, RectangleF rc)
| Type | Name | Description |
|---|---|---|
| Color | clr | The drawing color. |
| RectangleF | rc | The drawing rectangle. |