RectangleF.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
aRectangleFUn premier rectangle à couper.
bRectangleFUn deuxième rectangle à couper.

Return_Value

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

Voir également


Intersect(RectangleF)

Remplace ceciRectangleFstructure avec l’intersection d’elle-même et du spécifiéRectangleFstructure.

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

Voir également