[interfacekit] Re: BRegion (was Re: Clipping - ...)

> Congratulations! What else can I say? Marriage... sc->IntersectWith(gf), 
> exclusivity...

Eheh, thanks.

> r1: verify that X doesn't overlap A, B, or C.
> BRect(l:0.0, t:0.0, r:399.0, b:299.0)
> data = BRect(l:0.0, t:0.0, r:399.0, b:49.0)
> data = BRect(l:0.0, t:50.0, r:47.0, b:100.0)
> data = BRect(l:99.0, t:50.0, r:399.0, b:100.0)
> data = BRect(l:0.0, t:101.0, r:399.0, b:299.0)
> 
 
> r2: verify that Y doesn't overlap A, B, or C.
> BRect(l:0.0, t:0.0, r:399.0, b:299.0)
> data = BRect(l:0.0, t:0.0, r:399.0, b:49.0)
> data = BRect(l:0.0, t:50.0, r:47.0, b:100.0)
> data = BRect(l:100.0, t:50.0, r:399.0, b:100.0)
> data = BRect(l:0.0, t:101.0, r:399.0, b:299.0)
> 

The third rectangle looks different in the two regions. Is this normal, or it 
happens also in R5?




Other related posts: