InvertRectangle Method (RawDeviceContext)
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 Sub InvertRectangle( _
ByVal As Rectangle _
)
public void InvertRectangle(
Rectangle
)
Parameters
- rectangle
- A System.Drawing.Pointstructure that contains the logical coordinates of the rectangle to be inverted.
See Also