Inverts a rectangle in a window by performing a logical NOT operation on the color values for each pixel in the rectangle's interior.
シンタックス
'宣言
Public Overridable Sub InvertRectangle( _
ByVal As System.Drawing.Rectangle _
)
public virtual void InvertRectangle(
System.Drawing.Rectangle
)
パラメータ
- rectangle
- A System.Drawing.Pointstructure that contains the logical coordinates of the rectangle to be inverted.
例外
例外 | 解説 |
C1.Framework.SystemErrorException | Defines an exception class to handle the system error. |
参照