Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

XScale Property (TransformationParameters)








Gets or sets the image x-scaling (resizing), in percent.
Syntax
public int XScale {get; set;}
public int XScale {get; set;}
@property (nonatomic, assign) NSInteger xScale
public int getXScale()
public void setXScale(int value)
            
 <br/>get_XScale();<br/>set_XScale(value);<br/>Object.defineProperty('XScale'); 
public:
property int XScale {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property XScale As Integer
 
'Usage
 
Dim instance As TransformationParameters
Dim value As Integer
 
instance.XScale = value
 
value = instance.XScale

Property Value

Value that represents the image x-scaling (resizing), in percent.
Example
Refer to GetTransformationParameters.
Requirements

Target Platforms

See Also

Reference

TransformationParameters Structure
TransformationParameters Members

Error processing SSI file