←Select platform

HorizontalFactor Property

Summary

Gets or sets the value that indicates the horizontal displacement factor, in percent of the image dimensions.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int HorizontalFactor { get; set; } 
Public Property HorizontalFactor As Integer 
public int HorizontalFactor {get; set;} 
@property (nonatomic, assign) NSUInteger horizontalFactor 
public int getHorizontalFactor() 
public void setHorizontalFactor(int value) 
             
 <br/>get_HorizontalFactor();<br/>set_HorizontalFactor(value);<br/>Object.defineProperty('HorizontalFactor');  
public: 
property int HorizontalFactor { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the horizontal displacement factor, in percent of the image dimensions. The valid range is from 0 to 100.

Example

Refer to DisplacementCommand example.

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.Effects Assembly