|
||
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 rec...
Defined in TGopInvertRect
:
TGopInvertRect(const TRect &)
Constructor with a rectangle. iRect
The rectangle in which to invert the colours. Inherited from TGraphicsOperation
:
Append(TInt,TAny *)
EAlphaBlendOneBitmap
EAlphaBlendTwoBitmaps
EBitBlt
EBitBltAlphaBitmap
EBitBltAlphaChannel
EBitBltMasked
EBitBltTransparent
EChunkTest
EFadeRect
EFilledPolygon
EFilledPolygonWithPattern
EFilledRect
EFilledRectUsingDrawMode
EFilledRectWithPattern
EInvertRect
EScaledBitBlt
EScaledBitBltAlphaBitmap
EScaledBitBltAlphaChannel
EScaledBitBltMasked
EScaledBitBltTransparent
EVirtualAddressTest
Function()const
Next()const
Size()const
TGopFunction
TGraphicsOperation(TGopFunction,TInt)
iFunction
iSize
inline TGopInvertRect(const TRect &aRect);
Constructor with a rectangle.
|
TRect iRect;
The rectangle in which to invert the colours.