Click or drag to resize

GraphicsDrawArc Method (Pen, RectangleF, Single, Single)

Draws an arc with the specified pen

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

Parameters

pen
Type: Eto.DrawingPen
Pen to draw the arc
rectangle
Type: Eto.DrawingRectangleF
Location of the arc
startAngle
Type: SystemSingle
Elliptical (skewed) angle in degrees from the x-axis to the starting point of the arc
sweepAngle
Type: SystemSingle
Angle in degrees from the startAngle to the ending point of the arc
See Also