Nevron.Diagram.WinForm Namespace / NAutoScroller Class / ComputeDirection Method


ComputeDirection Method
Syntax
'Declaration
 
Protected Overridable Function ComputeDirection( _
   ByVal data As NAutoScroller.NAutoScollData, _
   ByRef direction As CompassDirection _
) As System.Boolean
 
'Usage
 
Dim instance As NAutoScroller
Dim data As NAutoScroller.NAutoScollData
Dim direction As CompassDirection
Dim value As System.Boolean
 
value = instance.ComputeDirection(data, direction)

Parameters

data
direction
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also