Class TBGRASolidColorMaskScanner
Unit
Declaration
type TBGRASolidColorMaskScanner = class(TBGRACustomScanner)
Description
Scanner filling a mask with a solid color
Hierarchy
- IInterface
- IBGRAScanner
- TBGRACustomScanner
- TBGRASolidColorMaskScanner
Overview
Methods
|  | constructor Create(AMask: IBGRAScanner; AOffset: TPoint; ASolidColor: TBGRAPixel); | 
|  | 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; | 
Properties
|  | property Color: TBGRAPixel read FSolidColor write FSolidColor; | 
Description
Methods
|  | constructor Create(AMask: IBGRAScanner; AOffset: TPoint; ASolidColor: TBGRAPixel); | 
| 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. | |
Properties
|  | property Color: TBGRAPixel read FSolidColor write FSolidColor; | 
| This item has no description. | |