Summary
Attempts to get the corresponding point and
tangent from the specified distance along the
contour of the geometry.
- Namespace
- Avalonia
.Platform - Containing Type
- IGeometryImpl
Syntax
bool TryGetPointAndTangentAtDistance(double distance, out Point point, out Point tangent)
Parameters
Return Value
Type | Description |
---|---|
bool | If there's valid point and tangent at the specified distance. |