System::Drawing::RectangleF::IntersectsWith 메서드

RectangleF::IntersectsWith method

현재 객체와 지정된 객체가 나타내는 사각형이 교차하는지 확인합니다.

bool System::Drawing::RectangleF::IntersectsWith(const RectangleF &rect)
매개변수형식설명
rectconst RectangleF&확인할 사각형

ReturnValue

현재 객체와 rect가 나타내는 사각형이 교차하면 true, 그렇지 않으면 false

또 보기