BoundingLinesRightDeviation Property |
The x-deviation of the line string on the right 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 RightDeviation { get; }
Public ReadOnly Property RightDeviation As Double
Get
public:
property double RightDeviation {
double get ();
}
member RightDeviation : float with get
Property Value
Type:
DoubleRemarks The line can be considered a straight line if the deviation is very small.
See Also