|
||
class TGopFilledRect : public TGraphicsOperation;
An accelerated graphics operation that fills a rectangular area with a colour.
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.
TGopFilledRect
- An accelerated graphics operation that fills a rectangular area with a colour.
Defined in TGopFilledRect
:
TGopFilledRect(const TRect &,TRgb)
Constructor with a rectangle and a colour. iColor
The fill colour. iRect
The rectangle to fill. 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 TGopFilledRect(const TRect &aRect, TRgb aColor);
Constructor with a rectangle and a colour.
|
TRgb iColor;
The fill colour.