Click or drag to resize
CanvasGeometryComputePointOnPath Method (Single, Vector2)
Returns the point and tangent vector at the specified distance along the segments of the geometry.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public Vector2 ComputePointOnPath(
	float distance,
	out Vector2 tangent
)

Parameters

distance
Type: SystemSingle
tangent
Type: System.NumericsVector2

Return Value

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