RectangleD.IntersectsWith(RectangleD) Método

Definição

Determina se este retângulo intersecciona com Rectangle.

public:
 bool IntersectsWith(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD rectangle);
public bool IntersectsWith (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD rectangle);
member this.IntersectsWith : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> bool
Public Function IntersectsWith (rectangle As RectangleD) As Boolean

Parâmetros

rectangle
RectangleD

O retângulo a ser testado

Retornos

Boolean

Esse método retornará true se houver qualquer interseção.

Aplica-se a