Class TvxCropTransform
Unit
xomDXGraphics
Declaration
type TvxCropTransform = class(TvxTransform)
Description
TvxCropTransform
Hierarchy
Overview
Methods
Properties
 |
property Area: TvxRect read GetArea write SetArea; |
 |
property AreaLeft : Single read FAreaLeft write FAreaLeft; |
 |
property AreaTop : Single read FAreaTop write FAreaTop; |
 |
property AreaRight : Single read FAreaRight write FAreaRight; |
 |
property AreaBottom: Single read FAreaBottom write FAreaBottom; |
 |
property CropAngle : Single read FCropAngle write FCropAngle; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
Properties
 |
property Area: TvxRect read GetArea write SetArea; |
|
|
 |
property AreaLeft : Single read FAreaLeft write FAreaLeft; |
|
|
 |
property AreaTop : Single read FAreaTop write FAreaTop; |
|
|
 |
property AreaRight : Single read FAreaRight write FAreaRight; |
|
|
 |
property AreaBottom: Single read FAreaBottom write FAreaBottom; |
|
|
 |
property CropAngle : Single read FCropAngle write FCropAngle; |
|
|
Generated by PasDoc 0.15.0.
|