Exemple #1
0
 public static Surface FromFile(string filePath)
 {
     return(new Surface(SDL.SDL_LoadBMP(filePath)));
 }