Click or drag to resize

GraphicsDrawEllipse Method (Pen, RectangleF)

Draws an ellipse outline with the specified pen

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void DrawEllipse(
	Pen pen,
	RectangleF rectangle
)

Parameters

pen
Type: Eto.DrawingPen
Pen to outline the ellipse
rectangle
Type: Eto.DrawingRectangleF
Location for the ellipse
See Also