←Select platform

YTranslation Property

Summary

Gets or sets the amount of image translation (in pixels) along the y-axis (Height).

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int YTranslation { get; set; } 
Public Property YTranslation As Integer 
public int YTranslation {get; set;} 
@property (nonatomic, assign) NSInteger yTranslation 
public int getYTranslation() 
public void setYTranslation(int value) 
             
 <br/>get_YTranslation();<br/>set_YTranslation(value);<br/>Object.defineProperty('YTranslation');  
public: 
property int YTranslation { 
   int get(); 
   void set (    int ); 
} 

Property Value

The amount of image translation (in pixels) along the y-axis (Height). This value is divided internally by 100. This value must be equal to the one returned from 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