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

    Parameters

    cursor
    The System.Windows.Forms.Cursor object to convert.

    Return Value

    The CursorData object.
    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