System::Drawing::RectangleF::IntersectsWith 메서드
RectangleF::IntersectsWith method
현재 객체와 지정된 객체가 나타내는 사각형이 교차하는지 확인합니다.
bool System::Drawing::RectangleF::IntersectsWith(const RectangleF &rect)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| rect | const RectangleF& | 확인할 사각형 |
ReturnValue
현재 객체와 rect가 나타내는 사각형이 교차하면 true, 그렇지 않으면 false
또 보기
- Class RectangleF
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Page for C++