Click or drag to resize
AB4D logo

LineSelectorDataLastDistance Property

Gets a double value that specifies the closest distance of this line to the specified position. This value is calculated in GetClosestDistance method. When CheckBoundingBox is true and when the screenPosition was outside the bounding box, then this value is set to double.MaxValue.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public double LastDistance { get; }

Property Value

Double
See Also