Click or drag to resize

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
)

Parameters

color
Type: Eto.DrawingColor
Color to outline the ellipse
rectangle
Type: Eto.DrawingRectangleF
Location for the ellipse
See Also