VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Color Namespace / SetAlphaChannelMaskCommand Class / SetAlphaChannelMaskCommand Constructors / SetAlphaChannelMaskCommand Constructor(VintasoftImage)
Синтаксис Требования Смотрите также
В этом разделе
    SetAlphaChannelMaskCommand Constructor(VintasoftImage)
    В этом разделе
    Инициализирует новый экземпляр класса SetAlphaChannelMaskCommand.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal mask
    Маска изображения с разрешением 1 или 8 бит на пиксель для альфа-канала.
    As Vintasoft.Imaging.VintasoftImage _
    )
    public SetAlphaChannelMaskCommand(
    Vintasoft.Imaging.VintasoftImage mask
    )
    public: SetAlphaChannelMaskCommand(
    Vintasoft.Imaging.VintasoftImage* mask
    )
    public:
    SetAlphaChannelMaskCommand(
    Vintasoft.Imaging.VintasoftImage^ mask
    )

    Parameters

    mask
    Маска изображения с разрешением 1 или 8 бит на пиксель для альфа-канала.
    Требования

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

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