GeometryTryGetPointAtDistance Method

Attempts to get the corresponding point at the specified distance

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool TryGetPointAtDistance(
	double distance,
	out Point? point
)

Parameters

distance  Double
The contour distance to get from.
point  Point
The point in the specified distance.

Return Value

Boolean
If there's valid point at the specified distance.

See Also