'Declaration <DefaultValueAttribute(Bgra32)> <DescriptionAttribute("The output image pixel format.")> Public Property OutputPixelFormat As Vintasoft.Imaging.PixelFormat
[DefaultValue(Bgra32)] [Description("The output image pixel format.")] public Vintasoft.Imaging.PixelFormat OutputPixelFormat { get; set; }
[DefaultValue(Bgra32)] [Description("The output image pixel format.")] public: __property Vintasoft.Imaging.PixelFormat get_OutputPixelFormat(); public: __property void set_OutputPixelFormat(
Vintasoft.Imaging.PixelFormat value
);
[DefaultValue(Bgra32)] [Description("The output image pixel format.")] public:
property Vintasoft.Imaging.PixelFormat OutputPixelFormat { Vintasoft.Imaging.PixelFormat get(); void set(Vintasoft.Imaging.PixelFormat value); }
Property Value
Default value is PixelFormat.Bgra32.