RenderDirectArc(Unit,Unit,Unit,Unit,Single,Single,Style) Method
In This Topic
Adds an arc 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 RenderDirectArc( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Single, _
ByVal As Single, _
ByVal As Style _
)
public void RenderDirectArc(
Unit ,
Unit ,
Unit ,
Unit ,
float ,
float ,
Style
)
Parameters
- x
- The horizontal (X) coordinate at which to render the arc (cannot be auto).
- y
- The vertical (Y) coordinate at which to render the arc (cannot be auto).
- width
- The width of the arc.
- height
- The height of the arc.
- startAngle
- The arc's starting angle (in degrees, measured clockwise from the X axis).
- sweepAngle
- The arc's sweep angle (in degrees, measured clockwise from ).
- style
- The C1.C1Preview.C1PrintDocument.Style to use.
See Also