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