[]
Draws the double-lined ellipse.
public static void DrawEllipseDoubleLine(this DrawCanvas canvas, float left, float top, float width, float height)
Type | Name | Description |
---|---|---|
DrawCanvas | canvas | The canvas where the ellipse will be drawn. |
float | left | The left coordinate of the ellipse. |
float | top | The top coordinate of the ellipse. |
float | width | The width of the ellipse. |
float | height | The height of the ellipse. |