MetafileFrameUnit

MetafileFrameUnit enum

Specifies the unit of measurement for the rectangle used to size and position a metafile.

enum class MetafileFrameUnit

Values

NameValueDescription
Pixeln/aSpecifies a pixel as the unit of measure.
Pointn/aSpecifies a printer’s point as the unit of measure.
Inchn/aSpecifies an inch as the unit of measure.
Documentn/aSpecifies 1/300 of an inch as the unit of measure.
Millimetern/aSpecifies a millimeter as the unit of measure.
GdiCompatiblen/aSpecifies .01 millimeter as the unit of measure. Provided for compatibility with GDI.

See Also