CanvasGeometryComputePointOnPath Method (Single) |
Returns the point 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 public Vector2 ComputePointOnPath(
float distance
)
Parameters
- distance
- Type: SystemSingle
Return Value
Type:
Vector2Remarks See Also