'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the result image must be inverted.")> Public Property IsNegative As Boolean
[DefaultValue(False)] [Description("A value indicating whether the result image must be inverted.")] public bool IsNegative { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the result image must be inverted.")] public: __property bool get_IsNegative(); public: __property void set_IsNegative(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the result image must be inverted.")] public:
property bool IsNegative { bool get(); void set(bool value); }
Property Value
True, если результирующее изображение должно быть инвертировано; в противном случае, false.
Значение по умолчанию - false.
Значение по умолчанию - false.