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


In This Topic
    GetSplitCursor(NMatrix,ENHVOrientation) Method
    In This Topic
    Gets a split cursor for the specified HV orientation.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function GetSplitCursor( _
       ByVal transform As NMatrix, _
       ByVal orientation As ENHVOrientation _
    ) As NCursor
    'Usage
     
    
    Dim transform As NMatrix
    Dim orientation As ENHVOrientation
    Dim value As NCursor
     
    value = NCursor.GetSplitCursor(transform, orientation)
    public static NCursor GetSplitCursor( 
       NMatrix transform,
       ENHVOrientation orientation
    )

    Parameters

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