←Select platform

YTranslation Property (ApplyTransformationParametersCommand)

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) 
get_YTranslation(); 
set_YTranslation(value); 
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

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