System::Drawing::Rectangle::Contains 메서드
내용물
[
숨다
]Rectangle::Contains(const Point&) const method
지정된 점이 현재 객체가 나타내는 사각형 내부에 있는지 확인합니다.
bool System::Drawing::Rectangle::Contains(const Point &point) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 점 | const Point& | 확인할 점 |
ReturnValue
지정된 점이 현재 객체가 나타내는 사각형 내부에 있으면 true, 그렇지 않으면 false
또 보기
- Class Point
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Page for C++
Rectangle::Contains(const Rectangle&) const method
지정된 사각형이 현재 객체가 나타내는 사각형 내부에 있는지 확인합니다.
bool System::Drawing::Rectangle::Contains(const Rectangle &rect) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| rect | const Rectangle& | 확인할 사각형 |
ReturnValue
지정된 사각형이 현재 객체가 나타내는 사각형 내부에 있으면 true, 그렇지 않으면 false
또 보기
- Class Rectangle
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Page for C++
Rectangle::Contains(int, int) const method
지정된 점이 현재 객체가 나타내는 사각형 내부에 있는지 확인합니다.
bool System::Drawing::Rectangle::Contains(int x, int y) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| x | int | 확인할 점의 X 좌표 |
| y | int | 확인할 점의 Y 좌표 |
ReturnValue
지정된 점이 현재 객체가 나타내는 사각형 내부에 있으면 true, 그렇지 않으면 false
또 보기
- Class Rectangle
- Namespace System::Drawing
- Library Aspose.Page for C++