function __construct($imageObjectRef = null, $imageObject = null, $width = false, $height = false)
 {
     parent::__construct($imageObjectRef, $imageObject, $width, $height);
     $this->TemplateURI = 'design:image/imageobject.tpl';
     $this->ImageLayers = array();
     $this->ImageLayerCounter = 0;
 }
 function __construct($imageObjectRef = null, $imageObject = null, $width = false, $height = false, $font = false)
 {
     parent::__construct($imageObjectRef, $imageObject, $width, $height);
     $this->setFont($font);
     $this->TemplateURI = 'design:image/layer.tpl';
 }