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

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