用陣列切割圖片 // 本範例使用了以下技巧:// 1. 使用 Canvas->CopyRect() 分割圖片// 2. 動態產生物件// 3. 使用 TList 儲存元件// 4. srand, random 產生亂數的方法// 5. 產生不重複亂數(抽牌法)