Overload | Description |
---|---|
Simplify(GeometrySimplificationOption,GeometrySink) | Creates a simplified version of the geometry that contains only lines and (optionally) cubic Bezier curves and writes the result to an SimplifiedGeometrySink. |
Simplify(GeometrySimplificationOption,Single,GeometrySink) | Creates a simplified version of the geometry that contains only lines and (optionally) cubic Bezier curves and writes the result to an SimplifiedGeometrySink. |
Simplify(GeometrySimplificationOption,Nullable<Matrix3x2>,Single,GeometrySink) | Creates a simplified version of the geometry that contains only lines and (optionally) cubic Bezier curves and writes the result to an SimplifiedGeometrySink. |