Exemplo n.º 1
0
 public HeightMapImage(Cheetah.Graphics.Image _img)
 {
     size=new Point(_img.Width,_img.Width);
     img=_img;
 }
Exemplo n.º 2
0
 public HeightMapImage(Cheetah.Graphics.Image _img)
 {
     size = new Point(_img.Width, _img.Width);
     img  = _img;
 }