TGopFadeRect Class Reference

#include <graphicsaccelerator.h>

class TGopFadeRect : public TGraphicsOperation

Inherits from

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

iFade

The fade parameters.

iRect

TRect iRect

The rectangle to fade.

Constructor & Destructor Documentation

TGopFadeRect ( const TRect &, const TGopFadeParams )

TGopFadeRect(const TRect &aRect,
const TGopFadeParamsaFade
)[inline]

Constructor with a rectangle and fade parameters.

ParameterDescription
aRectThe rectangle to fade.
aFadeThe fade parameters.