TcxCanvas.InvertRect(TRect) Method
Inverts colors within a specified rectangle on the canvas.
Declaration
procedure InvertRect(const R: TRect);
Parameters
Name | Type |
---|---|
R | TRect |
Remarks
Call this procedure and pass a rectangle as the R parameter to invert all pixel colors within the target area on the canvas.
See Also