Method Intersect
Intersect(IBounds)
Returns the intersection of this rectangle and another bounds object.
public Rectangle Intersect(IBounds other)
Parameters
otherIBoundsThe bounds object to intersect with.
Returns the intersection of this rectangle and another bounds object.
public Rectangle Intersect(IBounds other)
other IBoundsThe bounds object to intersect with.