'Declaration <DescriptionAttribute("The output image pixel format.")> <DefaultValueAttribute(Bgr24)> Public Property OutputPixelFormat As Vintasoft.Imaging.PixelFormat
[Description("The output image pixel format.")] [DefaultValue(Bgr24)] public Vintasoft.Imaging.PixelFormat OutputPixelFormat { get; set; }
[Description("The output image pixel format.")] [DefaultValue(Bgr24)] public: __property Vintasoft.Imaging.PixelFormat get_OutputPixelFormat(); public: __property void set_OutputPixelFormat(
Vintasoft.Imaging.PixelFormat value
);
[Description("The output image pixel format.")] [DefaultValue(Bgr24)] public:
property Vintasoft.Imaging.PixelFormat OutputPixelFormat { Vintasoft.Imaging.PixelFormat get(); void set(Vintasoft.Imaging.PixelFormat value); }
Property Value
Значение по умолчанию - PixelFormat.Bgr24.