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

MaximumHeight Property






Gets or sets the maximum height (in pixels) that the wave can reach. .NET support WinRT support
Syntax
public int MaximumHeight {get; set;}
'Declaration
 
Public Property MaximumHeight As Integer
'Usage
 
Dim instance As RevEffectCommand
Dim value As Integer
 
instance.MaximumHeight = value
 
value = instance.MaximumHeight
public int MaximumHeight {get; set;}
 get_MaximumHeight();
set_MaximumHeight(value);
public:
property int MaximumHeight {
   int get();
   void set (    int value);
}

Property Value

The maximum height (in pixels) that the wave can reach. This property only accepts positive values.
Example
Refer to RevEffectCommand.
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

RevEffectCommand Class
RevEffectCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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