Fills the specified rectangle by using the specified brush.
シンタックス
'宣言
Public Overloads Overridable Sub FillRectangle( _
ByVal brushHandle As System.IntPtr, _
ByVal As System.Drawing.Rectangle _
)
public virtual void FillRectangle(
System.IntPtr brushHandle,
System.Drawing.Rectangle
)
パラメータ
- brushHandle
- A System.IntPtr indicates the handle of the brush.
- rectangle
- A System.Drawing.Rectangle indicate the rectangle to fill.
例外
例外 | 解説 |
C1.Framework.SystemErrorException | Defines an exception class to handle the system error. |
参照