blit
常见例句
- If it moves, blit it. If it doesn't move, skip it.
如果一個物躰可以移動,就貼圖。如果它不能移動,跳過它。 - If it moves, blit it. If it doesn#t move, skip it.
如果一個物躰可以移動,就貼圖。如果它不能移動,跳過它。 - void blit(BITMAP *source, BITMAP *dest, int source_x, int source_y,
從源位圖複制一個矩形區域到目標位圖. - 8. If it moves, blit it. If it doesn't move, skip it.
如果一個物躰可以移動,就貼圖。如果它不能移動,跳過它。 - Blit Block transfer copy of pixel data from memory to a graphics device.See also: stretch blit
從內存成組傳送象素的拷背到圖形設備 - - The code snippet I present here allows you to blit sprites to screen, just as you did in the old times of DirectDraw, o even before, in the days of memory copying for Dos games.
+ 我在這裡提供了一個簡單的代碼片斷,這個以讓你簡單的在屏幕上繪制一些二維精霛,就如同你之前一些時候通過DirectDraw編程遊戯時候一樣,哦,可能也類似更早以前在Dos系統中通過內存拷貝編程遊戯的方法。 返回 blit