Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

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

Error processing SSI file