ImageGear .NET - Updated
Zoom Property (ImGearMagnifier)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms Namespace > ImGearMagnifier Class : Zoom Property
Gets or sets zoom factor.
Syntax
'Declaration
 
Public Property Zoom As Single
'Usage
 
Dim instance As ImGearMagnifier
Dim value As Single
 
instance.Zoom = value
 
value = instance.Zoom
public float Zoom {get; set;}
public: __property float get_Zoom();
public: __property void set_Zoom( 
   float value
);
public:
property float Zoom {
   float get();
   void set (    float value);
}

Property Value

Float value.
Remarks
Zoom factor must be between 1 and 500.
See Also

Reference

ImGearMagnifier Class
ImGearMagnifier Members