Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

HorizontalFactor Property








Gets or sets the size of the horizontal wave.
Syntax
public int HorizontalFactor {get; set;}
'Declaration
 
Public Property HorizontalFactor As Integer
'Usage
 
Dim instance As WaveCommand
Dim value As Integer
 
instance.HorizontalFactor = value
 
value = instance.HorizontalFactor
public int HorizontalFactor {get; set;}

            

            
 
get_HorizontalFactor();
set_HorizontalFactor(value);
Object.defineProperty('HorizontalFactor');
public:
property int HorizontalFactor {
   int get();
   void set (    int value);
}

Property Value

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

Target Platforms

See Also

Reference

WaveCommand Class
WaveCommand Members

Error processing SSI file