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