CGRect.IntersectsWith(CGRect) Méthode

Définition

Détermine si ce rectangle croise rect.

public bool IntersectsWith (CoreGraphics.CGRect rect);
member this.IntersectsWith : CoreGraphics.CGRect -> bool

Paramètres

rect
CGRect

Rectangle à tester.

Retours

Cette méthode retourne true s’il existe une intersection, sinon false.

Remarques

À ajouter

S’applique à