IGeometryImplTryGetPointAtDistance Method
Attempts to get the corresponding point at the
specified distance
Namespace: Avalonia.PlatformAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
bool TryGetPointAtDistance(
double distance,
out Point point
)
Function TryGetPointAtDistance (
distance As Double,
<OutAttribute> ByRef point As Point
) As Boolean
abstract TryGetPointAtDistance :
distance : float *
point : Point byref -> bool
- distance Double
- The contour distance to get from.
- point Point
- The point in the specified distance.
BooleanIf there's valid point at the specified distance.