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

Show in webframe

XScale Property (TransformationParameters)








Gets or sets the image x-scaling (resizing), in percent.
Syntax
public int XScale {get; set;}
'Declaration
 
Public Property XScale As Integer
'Usage
 
Dim instance As TransformationParameters
Dim value As Integer
 
instance.XScale = value
 
value = instance.XScale
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);
}

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