RenderPie Constructor(Unit,Unit,Unit,Unit,Single,Single,LineDef)
In This Topic
Initializes a new instance of the
RenderPie class, assigning the location, size, start and sweep angles of the pie shape, and the
LineDef used to draw the shape.
Syntax
'Declaration
Public Function New( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Single, _
ByVal As Single, _
ByVal As LineDef _
)
public RenderPie(
Unit ,
Unit ,
Unit ,
Unit ,
float ,
float ,
LineDef
)
Parameters
- x
- The X coordinate of the ellipse containing the pie shape.
- y
- The Y coordinate of the ellipse containing the pie shape.
- width
- The width of the ellipse containing the pie shape.
- height
- The height of the ellipse containing the pie shape.
- startAngle
- The angle, in degrees, clockwise from the X axis to the start of the pie's arc.
- sweepAngle
- The angle, measured in degrees, clockwise from to the end of the pie's arc.
- shapeLine
- The LineDef used to draw the pie shape.
See Also