Intersect

Intersect(RectangleF, RectangleF)

Renvoie unRectangleF structure qui représente l’intersection de deux rectangles. S’il n’y a pas d’intersection, et videRectangleF est renvoyé.

public static RectangleF Intersect(RectangleF a, RectangleF b)
ParamètreTaperLa description
aRectangleFPremier rectangle à se croiser.
bRectangleFDeuxième rectangle à couper.

Return_Value

Un tiersRectangleF structure dont la taille représente la zone superposée des deux rectangles spécifiés.

Voir également


Intersect(RectangleF)

Remplace ceciRectangleF structure avec l’intersection d’elle-même et du spécifié RectangleF structure.

public void Intersect(RectangleF rect)
ParamètreTaperLa description
rectRectangleFLe rectangle à couper.

Voir également