예제 #1
0
 function SetPos($aRect)
 {
     parent::SetPos($aRect);
     $this->left->SetPos($aRect);
     $this->right->SetPos($aRect);
 }
예제 #2
0
 public function SetPos($aRect)
 {
     parent::SetPos($aRect);
     $this->vert->SetPos($aRect);
     $this->hor->SetPos($aRect);
 }