'Declaration <DescriptionAttribute("A value indicating whether the command must keep values of alpha channel in image data when converting image from Bgr32 format to Bgra32 format and vice versa.")> <DefaultValueAttribute(False)> Public Property KeepAlphaChannel As Boolean
[Description("A value indicating whether the command must keep values of alpha channel in image data when converting image from Bgr32 format to Bgra32 format and vice versa.")] [DefaultValue(False)] public bool KeepAlphaChannel { get; set; }
[Description("A value indicating whether the command must keep values of alpha channel in image data when converting image from Bgr32 format to Bgra32 format and vice versa.")] [DefaultValue(False)] public: __property bool get_KeepAlphaChannel(); public: __property void set_KeepAlphaChannel(
bool value
);
[Description("A value indicating whether the command must keep values of alpha channel in image data when converting image from Bgr32 format to Bgra32 format and vice versa.")] [DefaultValue(False)] public:
property bool KeepAlphaChannel { bool get(); void set(bool value); }
Property Value
false - команда будет игнорировать значения альфа-канала, сохраненные в данных изображения; true - команда будет использовать значения альфа-канала, сохраненные в данных изображения, например, это необходимо при извлечении растрового изображения из буфера обмена Windows, поскольку буфер обмена Windows возвращает изображение как изображение Bgr32, но данные изображения могут содержать прозрачные цвета.
Значение по умолчанию - false.
Значение по умолчанию - false.