VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation Namespace / CursorData Class / CustomCursorData Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    CustomCursorData Свойство (CursorData)
    В этом разделе
    Возвращает или задает данные пользовательского курсора.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The data of custom cursor.")>
    <DefaultValueAttribute(null)>
    Public Property CustomCursorData As Byte[]
    
    
    [Description("The data of custom cursor.")]
    [DefaultValue(null)]
    public byte[] CustomCursorData { get; set; }
    
    
    [Description("The data of custom cursor.")]
    [DefaultValue(null)]
    public: __property byte[] get_CustomCursorData();
    public: __property void set_CustomCursorData(
    byte[]* value
    );
    [Description("The data of custom cursor.")]
    [DefaultValue(null)]
    public:
    property byte[] CustomCursorData { byte[] get(); void set(array<byte>^ value); }
    Исключения
    ИсключениеОписание
    Выбрасывается, если value пусто.
    Требования

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

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