GraphicsDrawEllipse Method (Color, RectangleF) |
Draws a 1 pixel wide ellipse outline with the specified color
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void DrawEllipse(
Color color,
RectangleF rectangle
)
Public Sub DrawEllipse (
color As Color,
rectangle As RectangleF
)
member DrawEllipse :
color : Color *
rectangle : RectangleF -> unit
Parameters
- color
- Type: Eto.DrawingColor
Color to outline the ellipse - rectangle
- Type: Eto.DrawingRectangleF
Location for the ellipse
See Also