BoundingLinesBottomDeviation Property |
The y-deviation of the line string on the bottom side.
Namespace:
Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public double BottomDeviation { get; }
Public ReadOnly Property BottomDeviation As Double
Get
public:
property double BottomDeviation {
double get ();
}
member BottomDeviation : float with get
Property Value
Type:
DoubleRemarks The line can be considered a straight line if the deviation is very small.
See Also