Beispiel #1
0
 public void DrawImage(Image image, int i, int i2)
 {
     throw new System.NotImplementedException ();
 }
Beispiel #2
0
 public Image(Image image)
 {
     pixels = image.pixels.Clone () as Color32[];
     width = image.width;
     height = image.height;
 }