VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Primitives Namespace / VintasoftColor Structure / FromArgb Methods / FromArgb(Byte,VintasoftColor) Method
Синтаксис Требования Смотрите также
В этом разделе
    FromArgb(Byte,VintasoftColor) Метод (VintasoftColor)
    В этом разделе
    Создает структуру VintasoftColor из указанной структуры VintasoftColor, но с новым указанным альфа-значением.
    Синтаксис
    'Declaration
    
    Public Overloads Shared Function FromArgb( _
    ByVal alpha
    Альфа-компонент.
    As Byte, _
    ByVal baseColor
    Базовый цвет.
    As VintasoftColor _
    ) As VintasoftColor
    public static VintasoftColor FromArgb(
    byte alpha,
    VintasoftColor baseColor
    )
    public: static VintasoftColor FromArgb(
    byte alpha,
    VintasoftColor baseColor
    )
    public:
    static VintasoftColor FromArgb(
    byte alpha,
    VintasoftColor baseColor
    )

    Parameters

    alpha
    Альфа-компонент.
    baseColor
    Базовый цвет.

    Return Value

    Цвет с указанными компонентами.
    Требования

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

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