TGopFadeRect Class Reference

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.

Inherits from

Constructor & Destructor Documentation

TGopFadeRect(const TRect &, const TGopFadeParams)

TGopFadeRect ( const TRect & aRect,
const TGopFadeParams aFade
) [inline]

Constructor with a rectangle and fade parameters.

Parameters

const TRect & aRect The rectangle to fade.
const TGopFadeParams aFade The fade parameters.

Member Data Documentation

TGopFadeParams iFade

TGopFadeParams iFade

The fade parameters.

TRect iRect

TRect iRect

The rectangle to fade.