LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

WaveLength Property (WaveCommand)

Show in webframe







Gets or sets a value that represents the wave length.
Syntax
public int WaveLength {get; set;}
'Declaration
 
Public Property WaveLength As Integer
'Usage
 
Dim instance As WaveCommand
Dim value As Integer
 
instance.WaveLength = value
 
value = instance.WaveLength
public int WaveLength {get; set;}

            

            
 
get_WaveLength();
set_WaveLength(value);
Object.defineProperty('WaveLength');
public:
property int WaveLength {
   int get();
   void set (    int value);
}

Property Value

Value that represents the wave length, if the WaveCommandFlags.Period flag is set in the Flags property. Possible values range from 1 - 100 and give the wavelength as a percentage of the image dimensions. If the WaveCommandFlags.Frequency flag is set in the Flags property, this value is the number of repeated waves.
Example
Refer to WaveCommand.
Requirements

Target Platforms

See Also

Reference

WaveCommand Class
WaveCommand Members

 

 


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