src/RichCreator.Utility/Structs/ZTLinePoint.cs @@ -26,7 +26,7 @@ public Int32 GetDistance() { return (Int32)GeometryHelper.GetPointDistance(this.P1, this.P2); return (Int32)GeoHelper.GetPointDistance(this.P1, this.P2); }