ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / ImGearZoomComponentInfo Structure / Fixed Field




In This Topic
    Fixed Field
    In This Topic
    Specifies fixed or non-fixed zoom mode.
    Syntax
    'Declaration
     
    Public Fixed As Boolean
    'Usage
     
    Dim instance As ImGearZoomComponentInfo
    Dim value As Boolean
     
    value = instance.Fixed
     
    instance.Fixed = value
    public bool Fixed
    public: bool Fixed
    public:
    bool Fixed

    Field Value

    Boolean value.
    Remarks
    Fixed zoom value (true) indicates that Value field is in use. With non-fixed zoom value (false), actual zoom factor is calculated without Value field information.
    See Also