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