'宣言 Public Sub FillPie( _ ByVal brush As Brush, _ ByVal rectangle As System.Drawing.Rectangle, _ ByVal startAngle As System.Single, _ ByVal sweepAngle As System.Single _ )
public void FillPie( Brush brush, System.Drawing.Rectangle rectangle, System.float startAngle, System.float sweepAngle )
パラメータ
- brush
- A Brush object used to fill the pie.
- rectangle
- A System.Drawing.Rectangle structure that defines the boundaries of the pie.
- startAngle
- A float value that defines the start angle of the pie.
- sweepAngle
- A float value that defines the sweep angle of the pie.