←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
Objective-C
C++
Java
public int VerticalFactor { get; set; } 
Public Property VerticalFactor As Integer 
@property (nonatomic, assign) NSUInteger verticalFactor 
public int getVerticalFactor() 
public void setVerticalFactor(int value) 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly