Class TBGRAExtendedBorderScanner
Unit
Declaration
type TBGRAExtendedBorderScanner = class(TBGRACustomScanner)
Description
Scanner that restricts the source to a rectangular area and pad the rest.
The rest is padded using the color at the borders.
Hierarchy
- IInterface
- IBGRAScanner
- TBGRACustomScanner
- TBGRAExtendedBorderScanner
Overview
Fields
FBounds: TRect; |
|
FSource: IBGRAScanner; |
Methods
constructor Create(ASource: IBGRAScanner; ABounds: TRect); |
|
function ScanAt(X,Y: Single): TBGRAPixel; override; |
Description
Fields
FBounds: TRect; |
|
This item has no description. |
FSource: IBGRAScanner; |
|
This item has no description. |
Methods
constructor Create(ASource: IBGRAScanner; ABounds: TRect); |
|
This item has no description. |
function ScanAt(X,Y: Single): TBGRAPixel; override; |
|
This item has no description. |