public Image9patchVO(Image9patchVO vo)
     : base(vo)
 {
     imageName = vo.imageName;
     width = vo.width;
     height = vo.height;
 }
 public Image9patchVO(Image9patchVO vo) : base(vo)
 {
     imageName = vo.imageName;
     width     = vo.width;
     height    = vo.height;
 }