CanvasGeometryComputePathLength Method (Matrix3x2, Single) |
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 public float ComputePathLength(
Matrix3x2 transform,
float flatteningTolerance
)
Parameters
- transform
- Type: System.NumericsMatrix3x2
- flatteningTolerance
- Type: SystemSingle
Return Value
Type:
SingleRemarks See Also