Fill the special region on current Grapchis by using special brush
シンタックス
'宣言
Public Sub FillRegion( _
ByVal As Brush, _
ByVal As Region _
)
public void FillRegion(
Brush ,
Region
)
パラメータ
- brush
- A Brush object used to fill the region.
- region
- A Region indicate the region which be filled
例外
| 例外 | 解説 |
| C1.Framework.SystemErrorException | Defines an exception class to handle the system error. |
参照