[]
Draw ellipse from this document.
public void DrawEllipse(Pen pen, float x, float y, float width, float height)
Type | Name | Description |
---|---|---|
Pen | pen | The drawing pen. |
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. |
Draw ellipse from this document.
public void DrawEllipse(Pen pen, RectangleF rc)
Type | Name | Description |
---|---|---|
Pen | pen | The drawing pen. |
RectangleF | rc | The drawing rectangle. |