Пример #1
0
 public HeightMapImage(Cheetah.Graphics.Image _img)
 {
     size=new Point(_img.Width,_img.Width);
     img=_img;
 }
Пример #2
0
 public HeightMapImage(Cheetah.Graphics.Image _img)
 {
     size = new Point(_img.Width, _img.Width);
     img  = _img;
 }