TGopFilledRect Class Reference

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.

Inherits from

Constructor & Destructor Documentation

TGopFilledRect(const TRect &, TRgb)

TGopFilledRect ( const TRect & aRect,
TRgb aColor
) [inline]

Constructor with a rectangle and a colour.

Parameters

const TRect & aRect The rectangle to fill.
TRgb aColor The fill colour.

Member Data Documentation

TRgb iColor

TRgb iColor

The fill colour.

TRect iRect

TRect iRect

The rectangle to fill.