TGopFadeRect Class Reference
#include
<graphicsaccelerator.h>
class TGopFadeRect : public TGraphicsOperation |
Detailed Description
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.
Member Attribute Documentation
Constructor & Destructor Documentation
TGopFadeRect ( const TRect &, const TGopFadeParams )
Constructor with a rectangle and fade parameters.
Parameter | Description | aRect | The rectangle to fade. |
aFade | The fade parameters. |