Intersect

Rectangle.Intersect method

Intersection avec des rectangles.

public Rectangle Intersect(Rectangle otherRect)
ParamètreTaperLa description
otherRectRectangleRectangle auquel ce recatangle doit être intersecté.

Return_Value

Intersection de rectangles ; null si les rectangles ne sont pas intersectés.

Voir également