'宣言 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
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。