TGopFilledRectUsingDrawMode Class Reference
#include
<graphicsaccelerator.h>
class TGopFilledRectUsingDrawMode : public TGraphicsOperation |
Inherits from
- TGopFilledRectUsingDrawMode
Detailed Description
An accelerated graphics operation that fills a rectangular area with a colour, whilst performing a bitwise logical operation with the pixels in the region, for instance AND, OR, Exclusive OR.
The bitwise logical operation is specified in the draw mode. 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
TGopFilledRectUsingDrawMode ( const TRect &, TRgb, CGraphicsContext::TDrawMode )
Constructor with a rectangle, a colour and a draw mode.
Parameter | Description | aRect | The rectangle to fill. |
aColor | The fill colour. |
aDrawMode | The draw mode. |