Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingTools Namespace / NScrollAndZoomTool Class / DoScrollInDirection Method


In This Topic
    DoScrollInDirection Method (NScrollAndZoomTool)
    In This Topic
    Scrolls in the given direction.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub DoScrollInDirection( _
       ByVal dir As ENCompassDirection, _
       ByVal steps As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NScrollAndZoomTool
    Dim dir As ENCompassDirection
    Dim steps As System.Double
     
    instance.DoScrollInDirection(dir, steps)
    protected override void DoScrollInDirection( 
       ENCompassDirection dir,
       System.double steps
    )

    Parameters

    dir
    steps
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also