RectangleF.IntersectsWith(RectangleF) 메서드

정의

이 사각형이 .와 rect교차하는지 여부를 확인합니다.

public:
 bool IntersectsWith(System::Drawing::RectangleF rect);
public readonly bool IntersectsWith(System.Drawing.RectangleF rect);
public bool IntersectsWith(System.Drawing.RectangleF rect);
member this.IntersectsWith : System.Drawing.RectangleF -> bool
Public Function IntersectsWith (rect As RectangleF) As Boolean

매개 변수

rect
RectangleF

테스트할 사각형입니다.

반품

true교집합이 있으면 그렇지 않으면 . false

적용 대상