'Declaration <DescriptionAttribute("A pixel format in which image must be converted. Supported values: Bgr24, Bgr32, Bgr48, Bgr555, Bgr565, Bgra32, Bgra64.")> <DefaultValueAttribute(Bgr24)> Public Property PixelFormat As Vintasoft.Imaging.PixelFormat
[Description("A pixel format in which image must be converted. Supported values: Bgr24, Bgr32, Bgr48, Bgr555, Bgr565, Bgra32, Bgra64.")] [DefaultValue(Bgr24)] public Vintasoft.Imaging.PixelFormat PixelFormat { get; set; }
[Description("A pixel format in which image must be converted. Supported values: Bgr24, Bgr32, Bgr48, Bgr555, Bgr565, Bgra32, Bgra64.")] [DefaultValue(Bgr24)] public: __property Vintasoft.Imaging.PixelFormat get_PixelFormat(); public: __property void set_PixelFormat(
Vintasoft.Imaging.PixelFormat value
);
[Description("A pixel format in which image must be converted. Supported values: Bgr24, Bgr32, Bgr48, Bgr555, Bgr565, Bgra32, Bgra64.")] [DefaultValue(Bgr24)] public:
property Vintasoft.Imaging.PixelFormat PixelFormat { Vintasoft.Imaging.PixelFormat get(); void set(Vintasoft.Imaging.PixelFormat value); }
Property Value
Поддерживаемые значения: PixelFormat.Bgr555, PixelFormat.Bgr565, PixelFormat.Bgr24, PixelFormat.Bgr32, PixelFormat.Bgr48, PixelFormat.Bgra32, PixelFormat.Bgra64.
Значение по умолчанию: PixelFormat.Bgr24.
Значение по умолчанию: PixelFormat.Bgr24.