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