LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

ScaleFactor Property (RasterMagnifyGlass)






Gets or sets the zoom factor used to display the magnified image.
Syntax
public virtual float ScaleFactor {get; set;}
'Declaration
 
Public Overridable Property ScaleFactor As Single
'Usage
 
Dim instance As RasterMagnifyGlass
Dim value As Single
 
instance.ScaleFactor = value
 
value = instance.ScaleFactor
public virtual float ScaleFactor {get; set;}
 get_ScaleFactor();
set_ScaleFactor(value);
public:
virtual property float ScaleFactor {
   float get();
   void set (    float value);
}

Property Value

The zoom factor used to display the magnified image.
Example
Refer to RasterMagnifyGlass example.
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

RasterMagnifyGlass Class
RasterMagnifyGlass Members

 

 


Products | Support | Contact Us | Copyright Notices

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