Adds a pie to the
C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.
シンタックス
'宣言
Public Overloads Sub RenderDirectPie( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As LineDef _
)
'使用法
Dim instance As C1PrintDocument
Dim x As Unit
Dim y As Unit
Dim width As Unit
Dim height As Unit
Dim startAngle As System.Single
Dim sweepAngle As System.Single
Dim line As LineDef
instance.RenderDirectPie(x, y, width, height, startAngle, sweepAngle, line)
public void RenderDirectPie(
Unit ,
Unit ,
Unit ,
Unit ,
System.float ,
System.float ,
LineDef
)
パラメータ
- 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 LineDef to draw the pie with.
参照