GraphicsDrawArc Method (Color, RectangleF, Single, Single) |
Draws a 1 pixel wide arc with the specified color
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void DrawArc(
Color color,
RectangleF rectangle,
float startAngle,
float sweepAngle
)
Public Sub DrawArc (
color As Color,
rectangle As RectangleF,
startAngle As Single,
sweepAngle As Single
)
member DrawArc :
color : Color *
rectangle : RectangleF *
startAngle : float32 *
sweepAngle : float32 -> unit
Parameters
- color
- Type: Eto.DrawingColor
Color of 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