'Declaration <DescriptionAttribute("A value indicating whether the image processing command preserves the pixel format of processing images.")> <DefaultValueAttribute(True)> Public Property PreservePixelFormat As Boolean
[Description("A value indicating whether the image processing command preserves the pixel format of processing images.")] [DefaultValue(True)] public bool PreservePixelFormat { get; set; }
[Description("A value indicating whether the image processing command preserves the pixel format of processing images.")] [DefaultValue(True)] public: __property bool get_PreservePixelFormat(); public: __property void set_PreservePixelFormat(
bool value
);
[Description("A value indicating whether the image processing command preserves the pixel format of processing images.")] [DefaultValue(True)] public:
property bool PreservePixelFormat { bool get(); void set(bool value); }
Property Value
true - обработанное изображение будет иметь тот же формат пикселей, что и исходное изображение; false - обработанное изображение будет иметь формат пикселей Bgr24 или Bgra32.