LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

MaximumHeight Property

Show in webframe







Gets or sets the maximum height (in pixels) that the wave can reach.
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);
Object.defineProperty('MaximumHeight');
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

See Also

Reference

RevEffectCommand Class
RevEffectCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.