CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
pixel_format.h
1
2#ifndef _PixelFormat_h_
3#define _PixelFormat_h_
4
5namespace System { namespace Drawing { namespace Drawing2D {
7 enum class PixelFormat {
9 Format32bppRgb = 2498570
10 ,
11 };
12}}}
13#endif
PixelFormat
Specifies the color data format of a pixel.
Definition: pixel_format.h:7
@ Format32bppRgb
Specifies that the pixel format is 32 bits per pixel with 8 bits for each of red, green,...
Definition: db_command.h:9