MetafileFrameUnit-Enumeration (gdiplusenums.h)

Die MetafileFrameUnit-Enumeration gibt die Maßeinheit für ein Metadateiframerechteck an.

Syntax

typedef enum MetafileFrameUnit {
  MetafileFrameUnitPixel = UnitPixel,
  MetafileFrameUnitPoint = UnitPoint,
  MetafileFrameUnitInch = UnitInch,
  MetafileFrameUnitDocument,
  MetafileFrameUnitMillimeter,
  MetafileFrameUnitGdi
} ;

Konstanten

 
MetafileFrameUnitPixel
Wert: UnitPixel
Gibt an, dass eine Einheit 1 Pixel ist.
MetafileFrameUnitPoint
Wert: UnitPoint
Gibt an, dass eine Einheit 1 Punkt ist.
MetafileFrameUnitInch
Wert: UnitInch
Gibt an, dass eine Einheit 1 Zoll ist.
MetafileFrameUnitDocument
Gibt an, dass eine Einheit 1/300 Zoll ist.
MetafileFrameUnitMillimeter
Gibt an, dass eine Einheit 1 Millimeter ist.
MetafileFrameUnitGdi
Gibt an, dass eine Einheit 0,01 Millimeter ist. Dieses Element wird zur Kompatibilität mit GDI bereitgestellt.

Anforderungen

   
Unterstützte Mindestversion (Client) Windows XP, Windows 2000 Professional [nur Desktop-Apps]
Unterstützte Mindestversion (Server) Windows 2000 Server [nur Desktop-Apps]
Kopfzeile gdiplusenums.h (include Gdiplus.h)