Class TBGRATextureMaskScanner
Unit
Declaration
type TBGRATextureMaskScanner = class(TBGRACustomScanner)
Description
Scanner filling a mask with a texture
Hierarchy
- IInterface
- IBGRAScanner
- TBGRACustomScanner
- TBGRATextureMaskScanner
Overview
Methods
![]() |
constructor Create(AMask: IBGRAScanner; AOffset: TPoint; ATexture: IBGRAScanner; AGlobalOpacity: Byte = 255); |
![]() |
destructor Destroy; override; |
![]() |
function IsScanPutPixelsDefined: boolean; override; |
![]() |
function ScanAt(X,Y: Single): TBGRAPixel; override; |
![]() |
function ScanNextPixel: TBGRAPixel; override; |
![]() |
procedure ScanMoveTo(X,Y: Integer); override; |
![]() |
procedure ScanPutPixels(pdest: PBGRAPixel; count: integer; mode: TDrawMode); override; |
![]() |
procedure ScanSkipPixels(ACount: integer); override; |
Description
Methods
![]() |
constructor Create(AMask: IBGRAScanner; AOffset: TPoint; ATexture: IBGRAScanner; AGlobalOpacity: Byte = 255); |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
![]() |
function IsScanPutPixelsDefined: boolean; override; |
This item has no description. |
![]() |
function ScanAt(X,Y: Single): TBGRAPixel; override; |
This item has no description. |
![]() |
function ScanNextPixel: TBGRAPixel; override; |
This item has no description. |
![]() |
procedure ScanMoveTo(X,Y: Integer); override; |
This item has no description. |
![]() |
procedure ScanPutPixels(pdest: PBGRAPixel; count: integer; mode: TDrawMode); override; |
This item has no description. |
![]() |
procedure ScanSkipPixels(ACount: integer); override; |
This item has no description. |