|
||
class TGopFilledRectUsingDrawMode : public TGraphicsOperation;
An accelerated graphics operation that fills a rectangular area with a colour, whilst performing a bitwise logical operation with the pixels in the region, for instance AND, OR, Exclusive OR.
The bitwise logical operation is specified in the draw mode. The data members are all initialised on construction. 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.
TGopFilledRectUsingDrawMode
- An accelerated graphics operation that fills a rectangular area with a colour, w...
Defined in TGopFilledRectUsingDrawMode
:
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 TGopFilledRectUsingDrawMode(const TRect &aRect, TRgb aColor, CGraphicsContext::TDrawMode aDrawMode);
Constructor with a rectangle, a colour and a draw mode.
|
CGraphicsContext::TDrawMode iDrawMode;
The draw mode.