←Select platform

XTranslation Property

Summary

Gets or sets the image's x-translation, in hundredths of pixels.

Syntax

C#
VB
Java
Objective-C
C++
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 image x-translation, in hundredths of pixels.

Example

Refer to GetTransformationParameters.

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