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