←Select platform

XScale Property (ApplyTransformationParametersCommand)

Summary

gets or sets the amount of image x-axis (Width) scaling.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int XScale {get; set;}
Public Property XScale As Integer
public int XScale {get; set;}
@property (nonatomic, assign) NSUInteger xScale
public int getXScale() 
public void setXScale(int value) 
get_XScale(); 
set_XScale(value); 
Object.defineProperty('XScale'); 
public: 
property int XScale { 
   int get(); 
   void set (    int ); 
} 

Property Value

The amount of image x-axis (Width) scaling. This is a percentage value (divided internally by 100). This value must be equal to the one returned from GetTransformationParameters. This property accepts only positive values.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize