VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Info Namespace / GetBorderColorCommandResult Class / BorderColorIndex Property
Синтаксис Требования Смотрите также
В этом разделе
    BorderColorIndex Свойство (GetBorderColorCommandResult)
    В этом разделе
    Возвращает индекс цвета границы, если изображение является изображением палитры.
    Синтаксис
    'Declaration
    
    <ReadOnlyAttribute(True)>
    <DescriptionAttribute("Index of the border color if the image is a palette image.")>
    Public ReadOnly Property BorderColorIndex As Byte
    
    
    [ReadOnly(True)]
    [Description("Index of the border color if the image is a palette image.")]
    public byte BorderColorIndex { get; }
    
    
    [ReadOnly(True)]
    [Description("Index of the border color if the image is a palette image.")]
    public: __property byte get_BorderColorIndex();
    
    
    
    [ReadOnly(True)]
    [Description("Index of the border color if the image is a palette image.")]
    public:
    property byte BorderColorIndex { byte get(); }
    Требования

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

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