D2D1_GEOMETRY_SIMPLIFICATION_OPTION-Enumeration (d2d1.h)
Gibt an, wie eine Geometrie zu einem ID2D1SimplifiedGeometrySink vereinfacht wird.
Syntax
typedef enum D2D1_GEOMETRY_SIMPLIFICATION_OPTION {
D2D1_GEOMETRY_SIMPLIFICATION_OPTION_CUBICS_AND_LINES = 0,
D2D1_GEOMETRY_SIMPLIFICATION_OPTION_LINES = 1,
D2D1_GEOMETRY_SIMPLIFICATION_OPTION_FORCE_DWORD = 0xffffffff
} ;
Konstanten
D2D1_GEOMETRY_SIMPLIFICATION_OPTION_CUBICS_AND_LINES Wert: 0 Die Ausgabe kann kubische Bézierkurven und Liniensegmente enthalten. |
D2D1_GEOMETRY_SIMPLIFICATION_OPTION_LINES Wert: 1 Die Ausgabe wird vereinfacht, sodass sie nur Zeilensegmente enthält. |
D2D1_GEOMETRY_SIMPLIFICATION_OPTION_FORCE_DWORD Wert: 0xffffffff |
Anforderungen
Unterstützte Mindestversion (Client) | Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [Desktop-Apps | UWP-Apps] |
Kopfzeile | d2d1.h |