Class TvxResizeTransform

Unit

Declaration

type TvxResizeTransform = class(TvxTransform)

Description

TvxResizeTransform

Hierarchy

Overview

Methods

Public procedure AfterConstruction; override;

Properties

Published property Width : Integer read FWidth write FWidth;
Published property Height : Integer read FHeight write FHeight;
Published property Interpolated : Boolean read FInterpolated write FInterpolated;
Published property Filter : TvxInterpolationFilter read FFilter write FFilter;

Description

Methods

Public procedure AfterConstruction; override;
 

Properties

Published property Width : Integer read FWidth write FWidth;
 
Published property Height : Integer read FHeight write FHeight;
 
Published property Interpolated : Boolean read FInterpolated write FInterpolated;
 
Published property Filter : TvxInterpolationFilter read FFilter write FFilter;
 

Generated by PasDoc 0.15.0.