←Select platform

XTranslation Property

Summary

Gets or sets the amount of image translation along the x-axis (Width).

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int XTranslation { get; set; } 
Public Property XTranslation As Integer 
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly