Click or drag to resize
CanvasDrawingSessionDrawEllipse Method
Overload List
  NameDescription
Public methodDrawEllipse(Vector2, Single, Single, ICanvasBrush)
It's like a circle, but squashed. Using a brush to define the color.
Public methodDrawEllipse(Vector2, Single, Single, Color)
It's like a circle, but squashed.
Public methodDrawEllipse(Single, Single, Single, Single, ICanvasBrush)
It's like a circle, but squashed. Using a brush to define the color.
Public methodDrawEllipse(Single, Single, Single, Single, Color)
It's like a circle, but squashed.
Public methodDrawEllipse(Vector2, Single, Single, ICanvasBrush, Single)
It's like a circle, but squashed. Using a brush to define the color.
Public methodDrawEllipse(Vector2, Single, Single, Color, Single)
It's like a circle, but squashed.
Public methodDrawEllipse(Single, Single, Single, Single, ICanvasBrush, Single)
It's like a circle, but squashed. Using a brush to define the color.
Public methodDrawEllipse(Single, Single, Single, Single, Color, Single)
It's like a circle, but squashed.
Public methodDrawEllipse(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.
Public methodDrawEllipse(Vector2, Single, Single, Color, Single, CanvasStrokeStyle)
It's like a circle, but squashed.
Public methodDrawEllipse(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.
Public methodDrawEllipse(Single, Single, Single, Single, Color, Single, CanvasStrokeStyle)
It's like a circle, but squashed.
Top
See Also