CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
metafile_frame_unit.h
1
2#ifndef _metafile_frame_unit_h_
3#define _metafile_frame_unit_h_
4
5#include "drawing/graphics_unit.h"
6
7namespace System { namespace Drawing { namespace Imaging {
9 enum class MetafileFrameUnit {
22 };
23}}}
24
25#endif
Represents a pair of integer X and Y coordinates of a point on a 2-dimensional plane....
Definition: point.h:15
MetafileFrameUnit
Specifies the unit of measurement for the rectangle used to size and position a metafile.
Definition: metafile_frame_unit.h:9
@ GdiCompatible
Specifies .01 millimeter as the unit of measure. Provided for compatibility with GDI.
@ Document
1/300 of an inch.
@ Point
A printer's point (1/72 of an inch).
Definition: db_command.h:9