class TGopFilledRectWithPattern : public TGraphicsOperation |
An accelerated graphics operation that fills a rectangular area with a pattern.
The pattern consists of multiple copies of a bitmap, drawn tiled around an origin. Objects of this class can be passed to a graphics accelerator's Operation() function either individually, or in a buffer.
Public Member Functions | |
---|---|
TGopFilledRectWithPattern(const TRect &, TGopFillPattern) |
Inherited Enumerations | |
---|---|
TGraphicsOperation:TGopFunction |
Public Attributes | |
---|---|
TGopFillPattern | iPattern |
TRect | iRect |
Inherited Attributes | |
---|---|
TGraphicsOperation::iFunction | |
TGraphicsOperation::iSize |
TGopFilledRectWithPattern | ( | const TRect & | aRect, |
TGopFillPattern | aPattern | ||
) | [inline] |
Constructor with a rectangle and a pattern.
const TRect & aRect | The rectangle to fill. |
TGopFillPattern aPattern | Specifies the handle to the bitmap to use for the pattern, and the origin for the pattern. |
TGopFillPattern | iPattern |
Specifies the handle to the bitmap to use for the pattern and the origin for the pattern.