Class FlatteningTolerance
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
public static class FlatteningTolerance
- Inheritance
-
FlatteningTolerance
- Inherited Members
Fields
- Default
The default tolerance for geometric flattening operations. D2D1_DEFAULT_FLATTENING_TOLERANCE
Methods
- Compute(in Matrix3x2Float, Vector2Float, float)
Computes the appropriate flattening tolerance to pass to APIs that take a flattening tolerance (e.g., CreateFilledGeometryRealization(IGeometry, float?)).
- Compute(in Matrix3x2Float, float, float, float)
Computes the appropriate flattening tolerance to pass to APIs that take a flattening tolerance (e.g., CreateFilledGeometryRealization(IGeometry, float?)).