Click or drag to resize
CanvasGeometryOutline 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
Syntax
C#
public CanvasGeometry Outline(
	Matrix3x2 transform,
	float flatteningTolerance
)

Parameters

transform
Type: System.NumericsMatrix3x2
flatteningTolerance
Type: SystemSingle

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