| Name | Description |
---|
| DrawEllipse(Vector2, Single, Single, ICanvasBrush) | It's like a circle, but squashed. Using a brush to define the color. |
| DrawEllipse(Vector2, Single, Single, Color) | It's like a circle, but squashed. |
| DrawEllipse(Single, Single, Single, Single, ICanvasBrush) | It's like a circle, but squashed. Using a brush to define the color. |
| DrawEllipse(Single, Single, Single, Single, Color) | It's like a circle, but squashed. |
| DrawEllipse(Vector2, Single, Single, ICanvasBrush, Single) | It's like a circle, but squashed. Using a brush to define the color. |
| DrawEllipse(Vector2, Single, Single, Color, Single) | It's like a circle, but squashed. |
| DrawEllipse(Single, Single, Single, Single, ICanvasBrush, Single) | It's like a circle, but squashed. Using a brush to define the color. |
| DrawEllipse(Single, Single, Single, Single, Color, Single) | It's like a circle, but squashed. |
| DrawEllipse(Vector2, Single, Single, ICanvasBrush, Single, CanvasStrokeStyle) | It's like a circle, but squashed. Using a brush to define the color and with a custom stroke style. |
| DrawEllipse(Vector2, Single, Single, Color, Single, CanvasStrokeStyle) | It's like a circle, but squashed. |
| DrawEllipse(Single, Single, Single, Single, ICanvasBrush, Single, CanvasStrokeStyle) | It's like a circle, but squashed. Using a brush to define the color and with a custom stroke style. |
| DrawEllipse(Single, Single, Single, Single, Color, Single, CanvasStrokeStyle) | It's like a circle, but squashed. |