ID2D1Geometry::Simplify methods

Creates a simplified version of the geometry that contains only lines and (optionally) cubic Bezier curves and writes the result to an ID2D1SimplifiedGeometrySink.

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

Requirement Value
Library
D2d1.lib
DLL
D2d1.dll

See also

ID2D1Geometry