'Declaration <DescriptionAttribute("The input channels format.")> Public Property InputChannelsFormat As Vintasoft.Imaging.BitmapChannelsFormat
[Description("The input channels format.")] public Vintasoft.Imaging.BitmapChannelsFormat InputChannelsFormat { get; set; }
[Description("The input channels format.")] public: __property Vintasoft.Imaging.BitmapChannelsFormat* get_InputChannelsFormat(); public: __property void set_InputChannelsFormat(
Vintasoft.Imaging.BitmapChannelsFormat* value
);
[Description("The input channels format.")] public:
property Vintasoft.Imaging.BitmapChannelsFormat^ InputChannelsFormat { Vintasoft.Imaging.BitmapChannelsFormat^ get(); void set(Vintasoft.Imaging.BitmapChannelsFormat^ value); }
Property Value
null - используется исходный формат входных каналов изображения;
not null - используется указанный формат входных каналов изображения.
} Значение по умолчанию - null.
not null - используется указанный формат входных каналов изображения.
} Значение по умолчанию - null.