Click or drag to resize
CanvasGeometryComputePathLength Method
Returns the length of the geometry as though the entire path were unrolled into a single straight line.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public float ComputePathLength()

Return Value

Type: Single
Remarks
Uses the default flattening tolerance and identity transform on the input geometry.
See Also