ID2D1Geometry::Simplify methods
Overload list
| Method | Description |
|---|---|
| Simplify(D2D1_GEOMETRY_SIMPLIFICATION_OPTION,D2D1_MATRIX_3X2_F*,ID2D1SimplifiedGeometrySink*) |
Creates a simplified version of the geometry that contains only lines and (optionally) cubic Bezier curves and writes the result to an ID2D1SimplifiedGeometrySink. |
| Simplify(D2D1_GEOMETRY_SIMPLIFICATION_OPTION,D2D1_MATRIX_3X2_F&,ID2D1SimplifiedGeometrySink*) |
Creates a simplified version of the geometry that contains only lines and (optionally) cubic Bezier curves and writes the result to an ID2D1SimplifiedGeometrySink. |
| Simplify(D2D1_GEOMETRY_SIMPLIFICATION_OPTION,D2D1_MATRIX_3X2_F*,FLOAT,ID2D1SimplifiedGeometrySink*) |
Creates a simplified version of the geometry that contains only lines and (optionally) cubic Bezier curves and writes the result to an ID2D1SimplifiedGeometrySink. |
| Simplify(D2D1_GEOMETRY_SIMPLIFICATION_OPTION,D2D1_MATRIX_3X2_F&,FLOAT,ID2D1SimplifiedGeometrySink*) |
Creates a simplified version of the geometry that contains only lines and (optionally) cubic Bezier curves and writes the result to an ID2D1SimplifiedGeometrySink. |
Requirements
|
Library |
|
|---|---|
|
DLL |
|
See also