LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

ZoomFactor Property

Show in webframe







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

 

 


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