Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCursor Class / GetPanCursor Method / GetPanCursor(NMatrix,ENCompassDirection) Method
transform to window coordinates


In This Topic
    GetPanCursor(NMatrix,ENCompassDirection) Method
    In This Topic
    Gets the pan cursor
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetPanCursor( _
       ByVal transform As NMatrix, _
       ByVal direction As ENCompassDirection _
    ) As NCursor
    'Usage
     
    
    Dim transform As NMatrix
    Dim direction As ENCompassDirection
    Dim value As NCursor
     
    value = NCursor.GetPanCursor(transform, direction)
    public static NCursor GetPanCursor( 
       NMatrix transform,
       ENCompassDirection direction
    )

    Parameters

    transform
    transform to window coordinates
    direction
    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