Esempio n. 1
0
 public Sprite(Lm15Sgfnz07 lcd, ushort[] image, int imageWidth, int imageHeight)
 {
     _imageWidth = imageWidth;
     _imageHeight = imageHeight;
     _image = image;
     _lcd = lcd;
     Dx = 1;
     Dy = 1;
 }
 public Sprite(Lm15Sgfnz07 lcd, ushort[] image, int imageWidth, int imageHeight)
 {
     _imageWidth  = imageWidth;
     _imageHeight = imageHeight;
     _image       = image;
     _lcd         = lcd;
     Dx           = 1;
     Dy           = 1;
 }