←Select platform

YTranslation Property

Summary

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

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly