LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

ScaleFactor Property (RasterMagnifyGlass)

Show in webframe





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 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

See Also

Reference

RasterMagnifyGlass Class
RasterMagnifyGlass Members

 

 


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