예제 #1
0
 public override void Draw(Graphics g)
 {
     DrawShapes.DrawRectangle(this, g);
 }
예제 #2
0
 public override void Draw(Graphics g)
 {
     DrawShapes.DrawSection(this, g);
 }
예제 #3
0
 public override void Draw(Graphics g)
 {
     DrawShapes.DrawCircle(this, g);
 }
예제 #4
0
 public override void Draw(Graphics g)
 {
     DrawShapes.DrawEllipse(this, g);
 }
예제 #5
0
 public override void Draw(Graphics g)
 {
     DrawShapes.DrawTriangle(FirstTriangle, g);
     DrawShapes.DrawTriangle(SecondTriangle, g);
 }