public int HashCode(Image_Texture theTexture, int theUpper)
 {
     throw new NotImplementedException();
 }
 public bool IsEqual(Image_Texture theTex1, Image_Texture theTex2)
 {
     throw new NotImplementedException();
 }
 public Image_Texture(Image_Texture parameter1)
     : base()
 {
     throw new NotImplementedException();
 }