示例#1
0
 public void TileImage(int xDst, int yDst, Bitmap bitmap, int width, int height, ushort opacity)
 {
     bitmap.TileImage(translationX + xDst, translationY + yDst, bitmap, width, height, opacity);
 }