[futurebasic] How can I make a clipping rectangle?

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : April 2008 : Group Archive : Group : All Groups

From: Markus Binder <markus.binder@...>
Date: Wed, 9 Apr 2008 08:16:23 +0200
Hello,

I am looking for a easy to use clipping rectangle. Everything outside  
that rectangle will be cut off. In the classic Omikron.Basic I had the  
CLIP command:

CLIP x1,y2,x2,y2

That set a rectangle where the screen output will be done. Everything  
outside that rectangle was cut off. Now I wonder if there is a similar  
function in FBasic. It would be quite helpful for me.

Thanks! Markus