Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: GraphicsAccelerator.h

Class TGopFilledRectWithPattern

class TGopFilledRectWithPattern : public TGraphicsOperation;

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.

Derivation

Members

Defined in TGopFilledRectWithPattern:
TGopFilledRectWithPattern(), iPattern, iRect

Inherited from TGraphicsOperation:
Append(), EAlphaBlendOneBitmap, EAlphaBlendTwoBitmaps, EBitBlt, EBitBltAlphaBitmap, EBitBltAlphaChannel, EBitBltMasked, EBitBltTransparent, EFadeRect, EFilledPolygon, EFilledPolygonWithPattern, EFilledRect, EFilledRectUsingDrawMode, EFilledRectWithPattern, EInvertRect, EScaledBitBlt, EScaledBitBltAlphaBitmap, EScaledBitBltAlphaChannel, EScaledBitBltMasked, EScaledBitBltTransparent, Function(), Next(), Size(), TGopFunction, iFunction, iSize

See also:


Construction and destruction


TGopFilledRectWithPattern()

inline TGopFilledRectWithPattern(const TRect &aRect, TGopFillPattern aPattern);

Description

Constructor with a rectangle and a pattern.

Parameters

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.

[Top]


Member data


iRect

TRect iRect;

Description

The rectangle to fill.


iPattern

TGopFillPattern iPattern;

Description

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