Hi, I have a rectangle inside another rectangle, how can I make to do like an IntersectWith method but just the outer rectangle Border?
Since one rectangle is inside the other it seems like it is always intersecting so I want to know how to tell the inner rectangle to do something only if it intersects with the outter rectangle border.
Thanks in advance