RenderArc Constructor(Unit,Unit,Single,Single,LineDef)
In This Topic
Initializes a new instance of the
RenderArc class, assigning the width, height, start and sweep angles of the arc, and the
LineDef used to draw the arc. The location of the arc's ellipse is set to the location of the current
RenderPie.
Syntax
Parameters
- width
- The width of the ellipse containing the arc.
- height
- The height of the ellipse containing the arc.
- startAngle
- The angle, in degrees, clockwise from the X axis to the start of the arc.
- sweepAngle
- The angle, measured in degrees, clockwise from to the end of the arc.
- shapeLine
- The LineDef used to draw the arc.
See Also