Пример #1
0
        public override object Clone()
        {
            G2DPolarCoordinateSystem result = new G2DPolarCoordinateSystem();

            result.CopyFrom(this);
            return(result);
        }
 public override object Clone()
 {
   G2DPolarCoordinateSystem result = new G2DPolarCoordinateSystem();
   result.CopyFrom(this);
   return result;
 }