2#ifndef _metafile_frame_unit_h_ 
    3#define _metafile_frame_unit_h_ 
    5#include "drawing/graphics_unit.h" 
    7namespace System {  
namespace Drawing { 
namespace Imaging {
 
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).
 
@ Millimeter
One millimeter.
 
Definition: db_command.h:9