CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
graphics_unit.h
1
2
#ifndef _graphics_unit_h_
3
#define _graphics_unit_h_
4
5
#include "system/enum.h"
6
7
namespace
System
{
namespace
Drawing {
8
10
enum class
GraphicsUnit
{
12
World = 0,
14
Display
= 1,
16
Pixel
= 2,
18
Point
= 3,
20
Inch
= 4,
22
Document
= 5,
24
Millimeter
= 6
25
};
26
}}
27
30
template
<>
31
struct
EnumMetaInfo<
System
::Drawing::GraphicsUnit>
32
{
35
static
ASPOSECPP_SHARED_API
const
std::array<std::pair<System::Drawing::GraphicsUnit, const char_t*>, 7>& values();
36
};
37
38
#endif
System::Drawing::Point
Represents a pair of integer X and Y coordinates of a point on a 2-dimensional plane....
Definition:
point.h:15
System::Drawing::GraphicsUnit
GraphicsUnit
Represents a unit of measure.
Definition:
graphics_unit.h:10
System::Drawing::GraphicsUnit::Pixel
@ Pixel
A device pixel.
System::Drawing::GraphicsUnit::Document
@ Document
1/300 of an inch.
System::Drawing::GraphicsUnit::Millimeter
@ Millimeter
One millimeter.
System::Drawing::GraphicsUnit::Display
@ Display
The units of measure of the display device.
System::Drawing::GraphicsUnit::Inch
@ Inch
One inch.
System
Definition:
db_command.h:9
include
drawing
graphics_unit.h
Generated by
1.9.4