LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

XTranslation Property (TransformationParameters)

Show in webframe







Gets or sets the image's x-translation, in hundredths of pixels.
Syntax
public int XTranslation {get; set;}
'Declaration
 
Public Property XTranslation As Integer
'Usage
 
Dim instance As TransformationParameters
Dim value As Integer
 
instance.XTranslation = value
 
value = instance.XTranslation
public int XTranslation {get; set;}
@property (nonatomic, assign) int xTranslation;
public int getXTranslation()
public void setXTranslation(int value)
            
 
get_XTranslation();
set_XTranslation(value);
Object.defineProperty('XTranslation');
public:
property int XTranslation {
   int get();
   void set (    int value);
}

Property Value

The image x-translation, in hundredths of pixels.
Example
Refer to CoreUtilities.GetTransformationParameters.
Requirements

Target Platforms

See Also

Reference

TransformationParameters Structure
TransformationParameters Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.