←Select platform

YTranslation Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int YTranslation { get; set; } 
Public Property YTranslation As Integer 
@property (nonatomic, assign) NSInteger yTranslation 
public int getYTranslation() 
public void setYTranslation(int value) 
public: 
property int YTranslation { 
   int get(); 
   void set (    int ); 
} 

Property Value

The image y-translation, in hundredths of pixels.

Example

Refer to GetTransformationParameters.

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