Click or drag to resize
CanvasGeometryOutline Method
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()

Return Value

Type: CanvasGeometry
Remarks
Uses the default flattening tolerance and identity 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