CanvasGeometry.Outline Method (Matrix3x2, Single) |
Returns a geometry with equivalent fill, but no self-intersections, and figures are all oriented counterclockwise.
Namespace:
Microsoft.Graphics.Canvas.Geometry
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntaxpublic CanvasGeometry Outline(
Matrix3x2 transform,
float flatteningTolerance
)
Parameters
- transform
- Type: System.Numerics.Matrix3x2
- flatteningTolerance
- Type: System.Single
Return Value
Type:
CanvasGeometry
Remarks
Uses the
specified flattening tolerance
and transform applied to the input geometry.
The output geometry is created such that its fill won't ever depend on the choice of CanvasFilledRegionDetermination.
See Also