Пример #1
0
 public static bool LoadImage(this PictureBox picBox, RvFile tGame, string filename)
 {
     picBox.ClearImage();
     if (!LoadBytes(tGame, filename, out byte[] memBuffer))