←Select platform

XTranslation Property (ApplyTransformationParametersCommand)

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) 
get_XTranslation(); 
set_XTranslation(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize