'宣言 Public Overridable Sub PaintRectangle( _ ByVal rectangle As System.Drawing.Rectangle _ )
public virtual void PaintRectangle( System.Drawing.Rectangle rectangle )
パラメータ
- rectangle
- A System.Drawing.Rectangle indicate the rectangle to paint.
'宣言 Public Overridable Sub PaintRectangle( _ ByVal rectangle As System.Drawing.Rectangle _ )
public virtual void PaintRectangle( System.Drawing.Rectangle rectangle )
例外 | 解説 |
---|---|
C1.Framework.SystemErrorException | Defines an exception class to handle the system error. |