VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing Namespace / ClearImageCommand Class / ClearImageCommand Constructors / ClearImageCommand Constructor(Color)
Синтаксис Требования Смотрите также
В этом разделе
    ClearImageCommand Constructor(Color)
    В этом разделе
    Инициализирует новый экземпляр класса ClearImageCommand.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal fillColor
    Цвет заливки.
    As System.Drawing.Color _
    )
    public ClearImageCommand(
    System.Drawing.Color fillColor
    )
    public: ClearImageCommand(
    System.Drawing.Color* fillColor
    )
    public:
    ClearImageCommand(
    System.Drawing.Color^ fillColor
    )

    Parameters

    fillColor
    Цвет заливки.
    Требования

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

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