VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ImageViewer Class / SetScrollBarsPosition(Boolean,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    SetScrollBarsPosition(Boolean,Boolean) Method (ImageViewer)
    In This Topic
    Sets the scrollbars position.
    Syntax
    'Declaration
    
    Protected Overridable Sub SetScrollBarsPosition( _
    ByVal zoomChanged
    A value indicating whether the viewer zoom is changed.
    As Boolean, _
    ByVal needInvalidate
    A value indicating whether the viewer must be invalidated.
    As Boolean _
    )
    protected virtual void SetScrollBarsPosition(
    bool zoomChanged,
    bool needInvalidate
    )
    protected: virtual void SetScrollBarsPosition(
    bool zoomChanged,
    bool needInvalidate
    )
    protected:
    virtual void SetScrollBarsPosition(
    bool zoomChanged,
    bool needInvalidate
    )

    Parameters

    zoomChanged
    A value indicating whether the viewer zoom is changed.
    needInvalidate
    A value indicating whether the viewer must be invalidated.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also