Method Simplify
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.Core.dll
Simplify(IGeometry, GeometrySimplificationOption, in Matrix3x2Float?, float?)
public static IPathGeometry Simplify(this IGeometry geometry, GeometrySimplificationOption simplificationOption = GeometrySimplificationOption.Lines, in Matrix3x2Float? worldTransform = null, float? flatteningTolerance = null)
Parameters
geometry
IGeometrysimplificationOption
GeometrySimplificationOptionworldTransform
Matrix3x2Float?flatteningTolerance
float?