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

Overview

Fields

Protected FBounds: TRect;
Protected FSource: IBGRAScanner;

Methods

Public constructor Create(ASource: IBGRAScanner; ABounds: TRect);
Public function ScanAt(X,Y: Single): TBGRAPixel; override;

Description

Fields

Protected FBounds: TRect;

This item has no description.

Protected FSource: IBGRAScanner;

This item has no description.

Methods

Public constructor Create(ASource: IBGRAScanner; ABounds: TRect);

This item has no description.

Public function ScanAt(X,Y: Single): TBGRAPixel; override;

This item has no description.