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

ZoomFactor Property






Gets or sets the percentage the wave grows as it moves from the image center. .NET support WinRT support
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);
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: 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

ZoomWaveCommand Class
ZoomWaveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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