'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.