IGeometryImpl.

TryGetPointAtDistance(double, Point) Method

Summary

Attempts to get the corresponding point at the specified distance
Namespace
Avalonia.Platform
Containing Type
IGeometryImpl

Syntax

bool TryGetPointAtDistance(double distance, out Point point)

Parameters

Name Type Description
distance double The contour distance to get from.
point Point The point in the specified distance.

Return Value

Type Description
bool If there's valid point at the specified distance.