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