VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Transforms Namespace / TransformImageCommand Class / BackColor Property
Синтаксис Требования Смотрите также
В этом разделе
    BackColor Свойство (TransformImageCommand)
    В этом разделе
    Возвращает или устанавливает цвет для вновь открытых областей изображения.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("The color for newly exposed regions of image.")>
    <DefaultValueAttribute(null)>
    Public Property BackColor As Vintasoft.Imaging.ImageColors.ColorBase
    
    
    [Description("The color for newly exposed regions of image.")]
    [DefaultValue(null)]
    public Vintasoft.Imaging.ImageColors.ColorBase BackColor { get; set; }
    
    
    [Description("The color for newly exposed regions of image.")]
    [DefaultValue(null)]
    public: __property Vintasoft.Imaging.ImageColors.ColorBase* get_BackColor();
    public: __property void set_BackColor(
    Vintasoft.Imaging.ImageColors.ColorBase* value
    );
    [Description("The color for newly exposed regions of image.")]
    [DefaultValue(null)]
    public:
    property Vintasoft.Imaging.ImageColors.ColorBase^ BackColor { Vintasoft.Imaging.ImageColors.ColorBase^ get(); void set(Vintasoft.Imaging.ImageColors.ColorBase^ value); }
    Требования

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

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