Exemplo n.º 1
0
 /// <summary>
 /// Fixes the shape in case it is not valid.
 /// </summary>
 /// <param name="units">The units of measure of the coordinate system.</param>
 /// <returns>The fixed shape.</returns>
 /// \new494 Added in version 4.9.4
 public Shape FixUp2(tkUnitsOfMeasure units)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Converts distance from one units of measuring to another.
 /// </summary>
 /// <param name="sourceUnit">Source units of measuring.</param>
 /// <param name="targetUnit">Target units of measuring.</param>
 /// <param name="Value">The value in source units to be converted.</param>
 /// <returns>The value in target units.</returns>
 /// \new490 Added in version 4.9.0
 public bool ConvertDistance(tkUnitsOfMeasure sourceUnit, tkUnitsOfMeasure targetUnit, ref double Value)
 {
     throw new NotImplementedException();
 }