Example #1
0
 public static void LoadResources()
 {
     Bitmap cards;
     cards = SwinGame.LoadBitmapNamed ("Cards", "Cards.png");
     SwinGame.BitmapSetCellDetails (cards, 167, 250, 13, 5, 53);      // set the cells in the bitmap to match the cards
 }