Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot Namespace / ViewportLayoutBase Class / GetCursor Method
The type of cursor

In This Topic
    GetCursor Method
    In This Topic
    Gets the stream of the cursor.
    Syntax
    'Declaration
     
    Public Function GetCursor( _
       ByVal cursorType As cursorType _
    ) As Stream
    public Stream GetCursor( 
       cursorType cursorType
    )

    Parameters

    cursorType
    The type of cursor

    Return Value

    The stream of the cursor that was previously set by the user
    Remarks
    Use this method to get the cursor streams when Renderer is different from rendererType.Native.
    See Also