Function IntBounds.Intersection

Intersection (IntBounds a, IntBounds b)

Returns the intersection bounding box between the two bounds.

Public Static
IntBounds Intersection (

IntBounds

a

IntBounds

b

)

Returns the intersection bounding box between the two bounds.

The intersection bounds is the volume which is inside both bounds. If the rects do not have an intersection, an invalid rect is returned.

See

IsValid