Location:
GraphicsAccelerator.h
class TGopInvertRect : public TGraphicsOperation;
An accelerated graphics operation that inverts the colour of all pixels in a rectangular area.
Objects of this class can be passed to a graphics accelerator's Operation() function either individually, or in a buffer.
TGraphicsOperation
- Abstract base class for all graphics operations
TGopInvertRect
- An accelerated graphics operation that inverts the colour of all pixels in a rectangular area
Defined in TGopInvertRect
:
TGopInvertRect()
, iRect
Inherited from TGraphicsOperation
:
Append()
,
EAlphaBlendOneBitmap
,
EAlphaBlendTwoBitmaps
,
EBitBlt
,
EBitBltAlphaBitmap
,
EBitBltAlphaChannel
,
EBitBltMasked
,
EBitBltTransparent
,
EFadeRect
,
EFilledPolygon
,
EFilledPolygonWithPattern
,
EFilledRect
,
EFilledRectUsingDrawMode
,
EFilledRectWithPattern
,
EInvertRect
,
EScaledBitBlt
,
EScaledBitBltAlphaBitmap
,
EScaledBitBltAlphaChannel
,
EScaledBitBltMasked
,
EScaledBitBltTransparent
,
Function()
,
Next()
,
Size()
,
TGopFunction
,
iFunction
,
iSize
inline TGopInvertRect(const TRect &aRect);
Constructor with a rectangle.
|
TRect iRect;
The rectangle in which to invert the colours.