'宣言 Public Sub DrawPie( _ ByVal pen As System.Drawing.Pen, _ ByVal rc As System.Drawing.RectangleF, _ ByVal startAngle As System.Single, _ ByVal sweepAngle As System.Single _ )
public void DrawPie( System.Drawing.Pen pen, System.Drawing.RectangleF rc, System.float startAngle, System.float sweepAngle )
パラメータ
- pen
- 描画するペン。
- rc
- 描画する四角形。
- startAngle
- 開始角度(度単位)。
- sweepAngle
- 移動角度(度単位)。