Click or drag to resize
CanvasDrawingSessionFillEllipse Method
Overload List
  NameDescription
Public methodFillEllipse(Vector2, Single, Single, ICanvasBrush)
Fills the interior of an ellipse, using a brush to define the color.
Public methodFillEllipse(Vector2, Single, Single, Color)
Fills the interior of a ellipse with the specified color.
Public methodFillEllipse(Single, Single, Single, Single, ICanvasBrush)
Fills the interior of an ellipse, using a brush to define the color.
Public methodFillEllipse(Single, Single, Single, Single, Color)
Fills the interior of a ellipse with the specified color.
Top
See Also