VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Codecs.ImageFiles.Gif Namespace / GifPage Class / TransparentColorIndex Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    TransparentColorIndex Свойство (GifPage)
    В этом разделе
    Возвращает или устанавливает индекс прозрачности цвета в FramePalette.
    Синтаксис
    'Declaration
    
    Public Property TransparentColorIndex As Byte
    
    
    public byte TransparentColorIndex { get; set; }
    
    
    public: __property byte get_TransparentColorIndex();
    public: __property void set_TransparentColorIndex(
    byte value
    );
    public:
    property byte TransparentColorIndex { byte get(); void set(byte value); }
    Исключения
    ИсключениеОписание
    Выбрасывается, если новое значение больше, чем FramePaletteColorsCount.
    Требования

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

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