Fill the special pie on current Grapchis
by using special brush
シンタックス
'宣言
Public Sub FillPie( _
ByVal As Brush, _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Single, _
ByVal As System.Single _
)
public void FillPie(
Brush ,
System.Drawing.Rectangle ,
System.float ,
System.float
)
パラメータ
- 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.
例外
例外 | 解説 |
C1.Framework.SystemErrorException | Defines an exception class to handle the system error. |
参照