TGopFilledRect Class Reference
#include
<graphicsaccelerator.h>
class TGopFilledRect : public TGraphicsOperation |
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
Constructor & Destructor Documentation
TGopFilledRect ( const TRect &, TRgb )
TGopFilledRect | ( | const TRect & | aRect, |
| TRgb | aColor |
| ) | [inline] |
Constructor with a rectangle and a colour.
Parameter | Description | aRect | The rectangle to fill. |
aColor | The fill colour. |