FndRTLGraphics.DrawArc Method (Pen, Single, Single, Single, Single, Single, Single) |
Draws an arc representing a portion of an ellipse specified by a pair of
coordinates, a width, and a height.
Namespace:
Ifs.Fnd.Core
Assembly:
Ifs.Fnd.Core (in Ifs.Fnd.Core.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntaxpublic void DrawArc(
Pen pen,
float x,
float y,
float width,
float height,
float startAngle,
float sweepAngle
)
Parameters
- pen
- Type: System.Drawing.Pen
System.Drawing.Pen that determines the color, width, and style of the arc. - x
- Type: System.Single
The x-coordinate of the upper-left corner of the rectangle that defines the ellipse. - y
- Type: System.Single
The y-coordinate of the upper-left corner of the rectangle that defines the ellipse. - width
- Type: System.Single
Width of the rectangle that defines the ellipse. - height
- Type: System.Single
Height of the rectangle that defines the ellipse. - startAngle
- Type: System.Single
Angle in degrees measured clockwise from the x-axis to the starting point of the arc. - sweepAngle
- Type: System.Single
Angle in degrees measured clockwise from the startAngle parameter to ending point of the arc.
See Also