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