|
||
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.
TGraphicsOperation
- Abstract base class for all graphics operations.
TGopFilledRectWithPattern
- An accelerated graphics operation that fills a rectangular area with a pattern.
Defined in TGopFilledRectWithPattern
:
TGopFilledRectWithPattern(const TRect &,TGopFillPattern)
Constructor with a rectangle and a pattern. iPattern
Specifies the handle to the bitmap to use for the pattern and the origin for the...iRect
The rectangle to fill. Inherited from TGraphicsOperation
:
Append(TInt,TAny *)
EAlphaBlendOneBitmap
EAlphaBlendTwoBitmaps
EBitBlt
EBitBltAlphaBitmap
EBitBltAlphaChannel
EBitBltMasked
EBitBltTransparent
EChunkTest
EFadeRect
EFilledPolygon
EFilledPolygonWithPattern
EFilledRect
EFilledRectUsingDrawMode
EFilledRectWithPattern
EInvertRect
EScaledBitBlt
EScaledBitBltAlphaBitmap
EScaledBitBltAlphaChannel
EScaledBitBltMasked
EScaledBitBltTransparent
EVirtualAddressTest
Function()const
Next()const
Size()const
TGopFunction
TGraphicsOperation(TGopFunction,TInt)
iFunction
iSize
TGopFillPattern
A pattern represented by a bitmap that is used by a graphics accelerator to fill...inline TGopFilledRectWithPattern(const TRect &aRect, TGopFillPattern aPattern);
Constructor with a rectangle and a pattern.
|
TGopFillPattern iPattern;
Specifies the handle to the bitmap to use for the pattern and the origin for the pattern.