GraphicsFillEllipse Method (Brush, RectangleF) |
Fills an ellipse with the specified brush
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void FillEllipse(
Brush brush,
RectangleF rectangle
)
Public Sub FillEllipse (
brush As Brush,
rectangle As RectangleF
)
member FillEllipse :
brush : Brush *
rectangle : RectangleF -> unit
Parameters
- brush
- Type: Eto.DrawingBrush
Brush to fill the ellipse - rectangle
- Type: Eto.DrawingRectangleF
Location for the ellipse
See Also