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

WaveLength Property (FreeHandWaveCommand)






Gets or sets a value that represents the wave length. .NET support WinRT support
Syntax
public int WaveLength {get; set;}
'Declaration
 
Public Property WaveLength As Integer
'Usage
 
Dim instance As FreeHandWaveCommand
Dim value As Integer
 
instance.WaveLength = value
 
value = instance.WaveLength
public int WaveLength {get; set;}
 get_WaveLength();
set_WaveLength(value);
public:
property int WaveLength {
   int get();
   void set (    int value);
}

Property Value

Value that represents the wave length, if FreeHandWaveCommandFlags.Period is set in the Flags property. Possible values range from 1 - 100 and give the wavelength as a percentage of the image dimensions. If FreeHandWaveCommandFlags.Frequency is set in Flags property, this value is the number of repeated waves.
Example
Refer to FreeHandWaveCommand.
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

FreeHandWaveCommand Class
FreeHandWaveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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