Location:
GraphicsAccelerator.h
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, whilst performing a bitwise logical operation
with the pixels in the region, for instance AND, OR, Exclusive OR
Defined in TGopFilledRectUsingDrawMode
:
TGopFilledRectUsingDrawMode()
, iColor
, iDrawMode
, 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 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.