VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.ImageProcessing.Document Namespace / ColorNoiseClearCommand Class / ColorSpheres Property
Синтаксис Exceptions Требования Смотрите также
В этом разделе
    ColorSpheres Свойство (ColorNoiseClearCommand)
    В этом разделе
    Возвращает или задает массив цветов, представленных в виде цветовых сфер, которые следует заменить.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("An array of colors, presented as color spheres, which should be replaced.")>
    Public Property ColorSpheres As Vintasoft.Imaging.ImageColors.ColorSphere[]
    
    
    [Description("An array of colors, presented as color spheres, which should be replaced.")]
    public Vintasoft.Imaging.ImageColors.ColorSphere[] ColorSpheres { get; set; }
    
    
    [Description("An array of colors, presented as color spheres, which should be replaced.")]
    public: __property Vintasoft.Imaging.ImageColors.ColorSphere*[] get_ColorSpheres();
    public: __property void set_ColorSpheres(
    Vintasoft.Imaging.ImageColors.ColorSphere*[]* value
    );
    [Description("An array of colors, presented as color spheres, which should be replaced.")]
    public:
    property Vintasoft.Imaging.ImageColors.ColorSphere^[] ColorSpheres { Vintasoft.Imaging.ImageColors.ColorSphere^[] get(); void set(array<Vintasoft.Imaging.ImageColors.ColorSphere^>^ value); }

    Property Value

    Значение по умолчанию - массив с 1 цветовой сферой: красная сфера с радиусом 0,5.
    Исключения
    ИсключениеОписание
    Выбрасывается, если старые цвета равны null.
    Выбрасывается, если старые цвета пусты.
    Требования

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

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