Class TvxResizeTransform
Unit
xomDXGraphics
Declaration
type TvxResizeTransform = class(TvxTransform)
Description
TvxResizeTransform
Hierarchy
Overview
Methods
Properties
 |
property Width : Integer read FWidth write FWidth; |
 |
property Height : Integer read FHeight write FHeight; |
 |
property Interpolated : Boolean read FInterpolated write FInterpolated; |
 |
property Filter : TvxInterpolationFilter read FFilter write FFilter; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
Properties
 |
property Width : Integer read FWidth write FWidth; |
|
|
 |
property Height : Integer read FHeight write FHeight; |
|
|
 |
property Interpolated : Boolean read FInterpolated write FInterpolated; |
|
|
 |
property Filter : TvxInterpolationFilter read FFilter write FFilter; |
|
|
Generated by PasDoc 0.15.0.
|