ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms Namespace / ImGearMagnifier Class / Zoom Property




In This Topic
    Zoom Property (ImGearMagnifier)
    In This Topic
    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