InvertRectangle Method (DeviceContext)
In This Topic
Inverts a rectangle in a window by performing a logical NOT operation on the color values for each pixel in the rectangle's interior.
Syntax
'Declaration
Public Overridable Sub InvertRectangle( _
ByVal As Rectangle _
)
public virtual void InvertRectangle(
Rectangle
)
Parameters
- rectangle
- A System.Drawing.Pointstructure that contains the logical coordinates of the rectangle to be inverted.
Exceptions
Exception | Description |
C1.Framework.SystemErrorException | Defines an exception class to handle the system error. |
See Also