void BlitWrap(int x, int y, int sourceimage, int destimage)
This is a specialty use blitter. This will blit an image to the destination image, but instead of clipping, it will wrap around the edges. In other words, if you blit a 50 x 50 image at 25 pixels from the bottom-right corner, then 25 pixels will also appear at the top-left corner.
There is no such thing as TBlitWrap. BlitWrap will not draw transparent pixels. BlitWrap at this time abides neither the clipping region (it wraps at the image height and width) or values of SetLucent.
BlitWrap(270, 150, myimage, screen);
There are no talkbacks on this documentation page yet. Post the first?
Doc Nav |
Your docs |