예제 #1
0
 public override void UpdateX(int x)
 {
     BaseRectangle.UpdateX(x);
     Startpoint = BaseRectangle.Startpoint;
 }