[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Questions about blitting



Pygame may know, but it doesn't tell you. If something is out of range, it
depends on how out-of-range it is. I had the display set at 468, 85. I put a
blit of surface on 500, 100.  It still ran, and didn't tell me anything, but
the text wasn't on the screen as you couldn't see it due to the screen
setting.
----- Original Message ----- 
From: "Gabriele Farina" <mrfaro@libero.it>
To: <pygame-users@seul.org>
Sent: Saturday, May 24, 2003 7:28 AM
Subject: [pygame] Questions about blitting


> Hi guys,
>
> I got a question about blitting:
>
> if I've a surface of 100x100 pixels, and I blit, on this surface, another
> surface at (110,110) position, pygame draws this surface or not??Pygame
> understand when the position is out of the range??
>
> tnx, bye
>
>