|
||
class TGopFadeRect : public TGraphicsOperation;
An accelerated graphics operation that fades the 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.
TGopFadeRect
- An accelerated graphics operation that fades the pixels in a rectangular area.
Defined in TGopFadeRect
:
TGopFadeRect(const TRect &,const TGopFadeParams)
Constructor with a rectangle and fade parameters. iFade
The fade parameters. iRect
The rectangle to fade. 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 TGopFadeRect(const TRect &aRect, const TGopFadeParams aFade);
Constructor with a rectangle and fade parameters.
|
TGopFadeParams iFade;
The fade parameters.