Class TvxPerspectiveTransformation
Unit
xomDXGraphics
Declaration
type TvxPerspectiveTransformation = class(TvxTransformation)
Description
TvxPerspectiveTransformation
Hierarchy
Overview
Methods
Properties
 |
property P0: TvxPoint read FP0 write SetP0; |
 |
property P1: TvxPoint read FP1 write SetP1; |
 |
property P2: TvxPoint read FP2 write SetP2; |
 |
property P3: TvxPoint read FP3 write SetP3; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
function GetTransformedBounds(const ASrcRect: TvxRect): TvxRect; override; |
|
|
Properties
 |
property P0: TvxPoint read FP0 write SetP0; |
|
|
 |
property P1: TvxPoint read FP1 write SetP1; |
|
|
 |
property P2: TvxPoint read FP2 write SetP2; |
|
|
 |
property P3: TvxPoint read FP3 write SetP3; |
|
|
Generated by PasDoc 0.15.0.
|