示例#1
0
 function RectPatternDiagCross($aColor = "black", $aWeight = 1)
 {
     parent::RectPattern($aColor, $aWeight);
     $this->right = new RectPatternRDiag($aColor, $aWeight);
     $this->left = new RectPatternLDiag($aColor, $aWeight);
 }