Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'Blit'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
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.
|
|