Skip to main content

TryGetPointAtDistance Method

Attempts to get the corresponding point at the specified distance

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public bool TryGetPointAtDistance(
double distance,
out Point? point
)

Parameters

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

Return Value

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

See Also

Reference

Geometry Class
Avalonia.Media Namespace