Class TBGRAPerspectiveScannerTransform
Unit
Declaration
type TBGRAPerspectiveScannerTransform = class(TBGRACustomScanner)
Description
Scanner that performs a perspective transform (3D)
Hierarchy
- IInterface
- IBGRAScanner
- TBGRACustomScanner
- TBGRAPerspectiveScannerTransform
Overview
Methods
constructor Create(texture: IBGRAScanner; transform: TPerspectiveTransform; transformOwned: boolean); |
|
constructor Create(texture: IBGRAScanner; const texCoordsQuad: array of TPointF; const quad: array of TPointF); overload; |
|
constructor Create(texture: IBGRAScanner; texCoord1,texCoord2: TPointF; const quad: array of TPointF); overload; |
|
destructor Destroy; override; |
|
function ScanAt(X, Y: Single): TBGRAPixel; override; |
|
function ScanNextPixel: TBGRAPixel; override; |
|
procedure ScanMoveTo(X, Y: Integer); override; |
|
procedure ScanSkipPixels(ACount: integer); override; |
Properties
property IncludeOppositePlane: boolean read GetIncludeOppositePlane write SetIncludeOppositePlane; |
Description
Methods
constructor Create(texture: IBGRAScanner; transform: TPerspectiveTransform; transformOwned: boolean); |
|
This item has no description. |
constructor Create(texture: IBGRAScanner; const texCoordsQuad: array of TPointF; const quad: array of TPointF); overload; |
|
This item has no description. |
constructor Create(texture: IBGRAScanner; texCoord1,texCoord2: TPointF; const quad: array of TPointF); overload; |
|
This item has no description. |
destructor Destroy; 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 ScanSkipPixels(ACount: integer); override; |
|
This item has no description. |
Properties
property IncludeOppositePlane: boolean read GetIncludeOppositePlane write SetIncludeOppositePlane; |
|
This item has no description. |