Class TResizeSettings
Unit
idCore
Declaration
type TResizeSettings = class(TIDIObject)
Description
TResizeSettings
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure Reset; |
|
|
 |
procedure InitializeFromImage (AImage: TImageItem); |
|
|
 |
function Convert (AValue: Double; ASourceUnit, ATargetUnit: TSizeUnit): Double; |
|
|
 |
function SizesFor(AImageItem: TImageItem; var AOutWidth: Integer; var AOutHeight: Integer): Integer; |
|
|
 |
function MaxSizeFor(AImageItem: TImageItem): Integer; |
|
|
Properties
 |
property ResizeMethod: TResizeMethod read GetResizeMethod write SetResizeMethod; |
|
|
 |
property WidthDisplayValue: Double read GetWidthDisplayValue; |
|
|
 |
property HeightDisplayValue: Double read GetHeightDisplayValue; |
|
|
 |
property ResolutionDisplayValue: Double read GetResolutionDisplayValue; |
|
|
 |
property Caption: WideString read GetCaption; |
|
|
 |
property Enabled : Boolean read FEnabled write FEnabled default True; |
|
|
 |
property KeepOriginalSize : Boolean read FKeepOriginalSize write FKeepOriginalSize; |
|
|
 |
property Width : Integer read FWidth write FWidth; |
|
|
 |
property Height : Integer read FHeight write FHeight; |
|
|
 |
property WidthDisplayUnit : TSizeUnit read FWidthDisplayUnit write FWidthDisplayUnit; |
|
|
 |
property HeightDisplayUnit : TSizeUnit read FHeightDisplayUnit write FHeightDisplayUnit; |
|
|
 |
property AdjustResolution : Boolean read FAdjustResolution write FAdjustResolution; |
|
|
 |
property Resolution : Double read FResolution write FResolution; |
|
|
 |
property ResolutionDisplayUnit : TSizeUnit read FResolutionDisplayUnit write FResolutionDisplayUnit; |
|
|
 |
property Proportional : Boolean read FProportional write FProportional; |
|
|
 |
property ProportionalSetting : TResizeSide read FProportionalSetting write FProportionalSetting; |
|
|
 |
property EnlargeSmallImages : Boolean read FEnlargeSmallImages write FEnlargeSmallImages; |
|
|
 |
property MaintainRatio : Boolean read FMaintainRatio write FMaintainRatio; |
|
|
 |
property Interpolated : Boolean read FInterpolated write FInterpolated; |
|
|
 |
property Filter : TvxInterpolationFilter read FFilter write FFilter; |
|
|
 |
property PixelUnit : TPixelUnit read FPixelUnit write FPixelUnit; |
|
|
 |
property Mega : Single read FMega write FMega; |
|
|
Generated by PasDoc 0.15.0.
|