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