Beispiel #1
0
 public ConstructDistanceOfCurve(LengthProperty lengthProperty)
 {
     this.lengthProperty = lengthProperty;
     if (lengthProperty != null)
     {
         cancelLength = lengthProperty.GetLength();
     }
     measure   = (lengthProperty == null);
     succeeded = false;
 }
 private double GetLength()
 {
     return(lengthProperty.GetLength());
 }