'宣言 Public Overloads Function RenderBlockPie( _ ByVal width As Unit, _ ByVal height As Unit, _ ByVal startAngle As System.Single, _ ByVal sweepAngle As System.Single, _ ByVal style As Style _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim width As Unit Dim height As Unit Dim startAngle As System.Single Dim sweepAngle As System.Single Dim style As Style Dim value As System.Boolean value = instance.RenderBlockPie(width, height, startAngle, sweepAngle, style)
public System.bool RenderBlockPie( Unit width, Unit height, System.float startAngle, System.float sweepAngle, Style style )
パラメータ
- 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 startAngle).
- style
- The C1PrintDocument.Style to use.
戻り値の型
true if no warnings were generated by this call, false otherwise.