Class TvxPerspectiveTransformation

Unit

Declaration

type TvxPerspectiveTransformation = class(TvxTransformation)

Description

TvxPerspectiveTransformation

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;
Public function GetTransformedBounds(const ASrcRect: TvxRect): TvxRect; override;

Properties

Public property P0: TvxPoint read FP0 write SetP0;
Public property P1: TvxPoint read FP1 write SetP1;
Public property P2: TvxPoint read FP2 write SetP2;
Public property P3: TvxPoint read FP3 write SetP3;

Description

Methods

Public procedure AfterConstruction; override;
 
Public function GetTransformedBounds(const ASrcRect: TvxRect): TvxRect; override;
 

Properties

Public property P0: TvxPoint read FP0 write SetP0;
 
Public property P1: TvxPoint read FP1 write SetP1;
 
Public property P2: TvxPoint read FP2 write SetP2;
 
Public property P3: TvxPoint read FP3 write SetP3;
 

Generated by PasDoc 0.15.0.