www.BCB-Tools.com
Home of
RAD DirectX
for
C++ Builder
...
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'Blit'
|
|
If you would like to submit additions or improvements to this page, click: [email protected].
BLIT
[ TDx_Draw_Library ]
[ next: Bob Technique ]
[ prev: Bit Mask ]
A blit is short for bit block transfer and in general terms is the transfer of a contiguous block of data from one place in memory to another. Blitting most often refers to the copying of conceptually rectangular blocks of image data from a source surface to a destination surface.
When a blit is performed, the image being transfered may be rotated if the appropriate blit flags and values are set. The image will be copied from the source surface, rotated clockwise by the designated amount and then transferred to the destination surface.
|
|