Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The MetafileFrameUnit enumeration specifies the unit of measure for a metafile frame rectangle.
Syntax
typedef enum MetafileFrameUnit {
  MetafileFrameUnitPixel = UnitPixel,
  MetafileFrameUnitPoint = UnitPoint,
  MetafileFrameUnitInch = UnitInch,
  MetafileFrameUnitDocument,
  MetafileFrameUnitMillimeter,
  MetafileFrameUnitGdi
} ;
Constants
MetafileFrameUnitPixelValue: UnitPixel Specifies that a unit is 1 pixel.  | 
MetafileFrameUnitPointValue: UnitPoint Specifies that a unit is 1 point.  | 
MetafileFrameUnitInchValue: UnitInch Specifies that a unit is 1 inch.  | 
MetafileFrameUnitDocumentSpecifies that a unit is 1/300 inch.  | 
MetafileFrameUnitMillimeterSpecifies that a unit is 1 millimeter.  | 
MetafileFrameUnitGdiSpecifies that a unit is 0.01 millimeter. This element is provided for compatibility with GDI.  | 
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] | 
| Minimum supported server | Windows 2000 Server [desktop apps only] | 
| Header | gdiplusenums.h (include Gdiplus.h) |