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