D2D1_GEOMETRY_SIMPLIFICATION_OPTION enumeration
Specifies how a geometry is simplified to an ID2D1SimplifiedGeometrySink.
Syntax
typedef enum { D2D1_GEOMETRY_SIMPLIFICATION_OPTION_CUBICS_AND_LINES = 0, D2D1_GEOMETRY_SIMPLIFICATION_OPTION_LINES = 1 } D2D1_GEOMETRY_SIMPLIFICATION_OPTION;
Constants
- D2D1_GEOMETRY_SIMPLIFICATION_OPTION_CUBICS_AND_LINES
-
The output can contain cubic Bezier curves and line segments.
- D2D1_GEOMETRY_SIMPLIFICATION_OPTION_LINES
-
The output is flattened so that it contains only line segments.
Requirements
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
See also