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입니다.

적용 대상