Ejemplo n.º 1
0
 public CRound(CPoint center, double r1)
 {
     this.center = center;
     this.r      = r1;
 }
Ejemplo n.º 2
0
        private double r;      //半径

        public CRound()
        {
            this.center = new CPoint();
            this.r      = 0.0;
        }