VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationObjectConverter Class / CreateCursorData(Cursor) Method
Синтаксис Требования Смотрите также
В этом разделе
    CreateCursorData(Cursor) Метод (AnnotationObjectConverter)
    В этом разделе
    Создает объект CursorData из объекта System.Windows.Forms.Cursor.
    Синтаксис
    'Declaration
    
    Public Shared Function CreateCursorData( _
    ByVal cursor
    Объект System.Windows.Forms.Cursor для преобразования.
    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
    Объект System.Windows.Forms.Cursor для преобразования.

    Return Value

    Объект CursorData.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также