←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) 
get_VerticalFactor(); 
set_VerticalFactor(value); 
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

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