LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

VerticalFactor Property






Gets or sets the size of the vertical wave. .NET support WinRT support
Syntax
public int VerticalFactor {get; set;}
'Declaration
 
Public Property VerticalFactor As Integer
'Usage
 
Dim instance As WaveCommand
Dim value As Integer
 
instance.VerticalFactor = value
 
value = instance.VerticalFactor
public int VerticalFactor {get; set;}
 get_VerticalFactor();
set_VerticalFactor(value);
public:
property int VerticalFactor {
   int get();
   void set (    int value);
}

Property Value

Size of the vertical wave, given as a percentage. The valid range is from 0 to 100.
Example
Refer to WaveCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WaveCommand Class
WaveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.