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