'宣言 Public Overloads Function RenderBlockPie( _ ByVal width As Unit, _ ByVal height As Unit, _ ByVal startAngle As System.Single, _ ByVal sweepAngle As System.Single, _ ByVal line As LineDef, _ ByVal fillBrush As System.Drawing.Brush _ ) 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 line As LineDef Dim fillBrush As System.Drawing.Brush Dim value As System.Boolean value = instance.RenderBlockPie(width, height, startAngle, sweepAngle, line, fillBrush)
public System.bool RenderBlockPie( Unit width, Unit height, System.float startAngle, System.float sweepAngle, LineDef line, System.Drawing.Brush fillBrush )
パラメータ
- width
- 円の幅。
- height
- 円の高さ。
- startAngle
- 円形の開始角度(度単位。X 軸から時計回りに測定)。
- sweepAngle
- 円形の掃引角度(度単位。 startAngleから時計回りに測定)。
- line
- 円形の描画に使用する LineDef。
- fillBrush
- 塗りつぶしブラシ。
戻り値の型
この呼び出しによって警告が発生しなかった場合は true、その他の場合は false。