←Select platform

VerticalFactor Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int VerticalFactor { get; set; } 
Public Property VerticalFactor As Integer 
public int VerticalFactor {get; set;} 
@property (nonatomic, assign) NSUInteger verticalFactor 
public int getVerticalFactor() 
public void setVerticalFactor(int value) 
             
 <br/>get_VerticalFactor();<br/>set_VerticalFactor(value);<br/>Object.defineProperty('VerticalFactor');  
public: 
property int VerticalFactor { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that indicates the vertical 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