RenderDirectPie(Unit,Unit,Unit,Unit,Single,Single,LineDef) Method
In This Topic
Adds a pie to the
C1.C1Preview.C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.
Syntax
'Declaration
Public Overloads Sub RenderDirectPie( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Single, _
ByVal As Single, _
ByVal As LineDef _
)
public void RenderDirectPie(
Unit ,
Unit ,
Unit ,
Unit ,
float ,
float ,
LineDef
)
Parameters
- x
- The horizontal (X) coordinate at which to render the pie (cannot be auto).
- y
- The vertical (Y) coordinate at which to render the pie (cannot be auto).
- width
- The width of the pie.
- height
- The height of the pie.
- startAngle
- The pie's starting angle (in degrees, measured clockwise from the X axis).
- sweepAngle
- The pie's sweep angle (in degrees, measured clockwise from ).
- line
- The C1.C1Preview.LineDef to draw the pie with.
See Also