VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationObjectConverter Class / CreateCursor(CursorData) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    CreateCursor(CursorData) Method (AnnotationObjectConverter)
    In This Topic
    Creates the System.Windows.Forms.Cursor object from the CursorData object.
    Syntax
    'Declaration
    
    Public Shared Function CreateCursor( _
    ByVal cursorData
    The CursorData object to convert.
    As Vintasoft.Imaging.Annotation.CursorData _
    ) As System.Windows.Forms.Cursor
    public static System.Windows.Forms.Cursor CreateCursor(
    Vintasoft.Imaging.Annotation.CursorData cursorData
    )
    public: static System.Windows.Forms.Cursor CreateCursor(
    Vintasoft.Imaging.Annotation.CursorData* cursorData
    )
    public:
    static System.Windows.Forms.Cursor CreateCursor(
    Vintasoft.Imaging.Annotation.CursorData^ cursorData
    )

    Parameters

    cursorData
    The CursorData object to convert.

    Return Value

    The System.Windows.Forms.Cursor object.
    Exceptions
    ExceptionDescription
    Thrown if cursor type is unknown.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also