TGopFilledRect Class Reference

#include <graphicsaccelerator.h>

class TGopFilledRect : public TGraphicsOperation

Inherits from

Detailed Description

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.

Member Attribute Documentation

iColor

TRgb iColor

The fill colour.

iRect

TRect iRect

The rectangle to fill.

Constructor & Destructor Documentation

TGopFilledRect ( const TRect &, TRgb )

TGopFilledRect(const TRect &aRect,
TRgbaColor
)[inline]

Constructor with a rectangle and a colour.

ParameterDescription
aRectThe rectangle to fill.
aColorThe fill colour.