TryGetPointAtDistance Method
Attempts to get the corresponding point at the specified distance
Definition
Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool TryGetPointAtDistance(
double distance,
out Point? point
)
Public Function TryGetPointAtDistance (
distance As Double,
<OutAttribute> ByRef point As Point
) As Boolean
member TryGetPointAtDistance :
distance : float *
point : Point byref -> bool
Parameters
Return Value
Boolean
If there's valid point at the specified distance.