|
||
class TGopScaledBitBltMasked : public TGraphicsOperation;
An accelerated graphics operation that copies a rectangular region of one bitmap into a different sized region of another, using a third bitmap as a mask.
The mask must be the same size as the source bitmap. The parts of the source bitmap that are drawn are the areas that are black in the mask.
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.
TGraphicsOperation
- Abstract base class for all graphics operations.
TGopScaledBitBltMasked
- An accelerated graphics operation that copies a rectangular region of one bitmap...
Defined in TGopScaledBitBltMasked
:
TGopScaledBitBltMasked(const TRect &,TAcceleratedBitmapSpec,TRect &,TAcceleratedBitmapSpec)
Constructor with a source and destination rectangle, and handles to the source a...iDestination
The destination rectangle for the portion of the bitmap. iMask
A handle to the source bitmap mask. iSourceBitmap
A handle to the source bitmap. iSourceRect
A rectangle defining all or a part of the source bitmap to be copied. 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
TGraphicsAcceleratorCaps::iMaskType
Specifies the display mode restrictions for bitmap masks. These are mutually exc...inline TGopScaledBitBltMasked(const TRect &aDestination, TAcceleratedBitmapSpec aSourceBitmap, TRect &aSourceRect, TAcceleratedBitmapSpec
aMask);
Constructor with a source and destination rectangle, and handles to the source and mask bitmaps.
|
TRect iSourceRect;
A rectangle defining all or a part of the source bitmap to be copied.
TAcceleratedBitmapSpec iMask;
A handle to the source bitmap mask.