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

Show in webframe

ZoomFactor Property








Gets or sets the percentage the wave grows as it moves from the image center.
Syntax
public int ZoomFactor {get; set;}
'Declaration
 
Public Property ZoomFactor As Integer
'Usage
 
Dim instance As ZoomWaveCommand
Dim value As Integer
 
instance.ZoomFactor = value
 
value = instance.ZoomFactor
public int ZoomFactor {get; set;}

            

            
 
get_ZoomFactor();
set_ZoomFactor(value);
Object.defineProperty('ZoomFactor');
public:
property int ZoomFactor {
   int get();
   void set (    int value);
}

Property Value

The percentage the wave grows as it moves from the image center. The valid range is from 0 to 100.
Example
Refer to ZoomWaveCommand.
Requirements

Target Platforms

See Also

Reference

ZoomWaveCommand Class
ZoomWaveCommand Members

Error processing SSI file