TGopFilledRectWithPattern Class Reference

#include <graphicsaccelerator.h>

class TGopFilledRectWithPattern : public TGraphicsOperation

Inherits from

Detailed Description

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.

See also: TGopFillPattern

Member Attribute Documentation

iPattern

TGopFillPattern iPattern

Specifies the handle to the bitmap to use for the pattern and the origin for the pattern.

iRect

TRect iRect

The rectangle to fill.

Constructor & Destructor Documentation

TGopFilledRectWithPattern ( const TRect &, TGopFillPattern )

TGopFilledRectWithPattern(const TRect &aRect,
TGopFillPatternaPattern
)[inline]

Constructor with a rectangle and a pattern.

ParameterDescription
aRectThe rectangle to fill.
aPatternSpecifies the handle to the bitmap to use for the pattern, and the origin for the pattern.