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

Show in webframe

XTranslation Property (ApplyTransformationParametersCommand)








Gets or sets the amount of image translation along the x-axis (Width).
Syntax
public int XTranslation {get; set;}
'Declaration
 
Public Property XTranslation As Integer
'Usage
 
Dim instance As ApplyTransformationParametersCommand
Dim value As Integer
 
instance.XTranslation = value
 
value = instance.XTranslation
public int XTranslation {get; set;}
@property (nonatomic, assign) NSInteger xTranslation
public int getXTranslation()
public void setXTranslation(int value)
            
 <br/>get_XTranslation();<br/>set_XTranslation(value);<br/>Object.defineProperty('XTranslation'); 
public:
property int XTranslation {
   int get();
   void set (    int value);
}

Property Value

The amount of image translation along the x-axis (Width). This value is divided internally by 100. This value must be equal to the one returned from GetTransformationParameters.
Example
Refer to #ctor.
Requirements

Target Platforms

See Also

Reference

ApplyTransformationParametersCommand Class
ApplyTransformationParametersCommand Members

Error processing SSI file