←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) 
get_HorizontalFactor(); 
set_HorizontalFactor(value); 
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

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