←Select platform

XTranslation Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int XTranslation { get; set; } 
Public Property XTranslation As Integer 
@property (nonatomic, assign) NSInteger xTranslation 
public int getXTranslation() 
public void setXTranslation(int value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly