System::Drawing::Region::IsVisible method
내용물
[
숨다
]Region::IsVisible(const Point&) const method
지정된 점이 현재 객체가 나타내는 영역에 포함되는지 여부를 결정합니다.
bool System::Drawing::Region::IsVisible(const Point &point) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 점 | const Point& | 확인할 점 |
또 보기
- Class Point
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(const Point&, const SharedPtr<Graphics>&) const method
지정된 그래픽을 사용하여 지정된 점이 현재 객체가 나타내는 영역에 포함되는지 여부를 결정합니다.
bool System::Drawing::Region::IsVisible(const Point &point, const SharedPtr<Graphics> &graphics) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 점 | const Point& | 확인할 점 |
| 그래픽 | const SharedPtr<Graphics>& | 그래픽 컨텍스트 |
또 보기
- Class Point
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(const PointF&) const method
지정된 점이 현재 객체가 나타내는 영역에 포함되는지 여부를 결정합니다.
bool System::Drawing::Region::IsVisible(const PointF &point) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 점 | const PointF& | 확인할 점 |
또 보기
- Class PointF
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(const PointF&, const SharedPtr<Graphics>&) const method
지정된 그래픽을 사용하여 지정된 점이 현재 객체가 나타내는 영역에 포함되는지 여부를 결정합니다.
bool System::Drawing::Region::IsVisible(const PointF &point, const SharedPtr<Graphics> &graphics) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 점 | const PointF& | 확인할 점 |
| 그래픽 | const SharedPtr<Graphics>& | 그래픽 컨텍스트 |
또 보기
- Class PointF
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(const Rectangle&) method
지정된 사각형의 일부가 현재 객체가 나타내는 영역에 포함되는지 여부를 결정합니다.
bool System::Drawing::Region::IsVisible(const Rectangle &rect)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| rect | const Rectangle& | 확인할 사각형 |
또 보기
- Class Rectangle
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(const Rectangle&, const SharedPtr<Graphics>&) method
지정된 그래픽을 사용하여 지정된 사각형의 일부가 현재 객체가 나타내는 영역에 포함되는지 여부를 결정합니다.
bool System::Drawing::Region::IsVisible(const Rectangle &rect, const SharedPtr<Graphics> &graphics)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| rect | const Rectangle& | 확인할 사각형 |
| 그래픽 | const SharedPtr<Graphics>& | 그래픽 컨텍스트 |
또 보기
- Class Rectangle
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(const RectangleF&) method
지정된 사각형의 일부가 현재 객체가 나타내는 영역에 포함되는지 여부를 결정합니다.
bool System::Drawing::Region::IsVisible(const RectangleF &rect)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| rect | const RectangleF& | 확인할 사각형 |
또 보기
- Class RectangleF
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(const RectangleF&, const SharedPtr<Graphics>&) method
지정된 그래픽을 사용하여 지정된 사각형의 일부가 현재 객체가 나타내는 영역에 포함되는지 여부를 결정합니다.
bool System::Drawing::Region::IsVisible(const RectangleF &rect, const SharedPtr<Graphics> &graphics)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| rect | const RectangleF& | 확인할 사각형 |
| 그래픽 | const SharedPtr<Graphics>& | 그래픽 컨텍스트 |
또 보기
- Class RectangleF
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(float, float) const method
지정된 점이 현재 객체가 나타내는 영역에 포함되는지 여부를 결정합니다.
bool System::Drawing::Region::IsVisible(float x, float y) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| x | float | 확인할 점의 X 좌표 |
| y | float | 확인할 점의 Y 좌표 |
또 보기
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++
Region::IsVisible(float, float, const SharedPtr<Graphics>&) const method
지정된 그래픽을 사용하여 지정된 점이 현재 객체가 나타내는 영역에 포함되는지 여부를 결정합니다.
bool System::Drawing::Region::IsVisible(float x, float y, const SharedPtr<Graphics> &graphics) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| x | float | 확인할 점의 X 좌표 |
| y | float | 확인할 점의 Y 좌표 |
| 그래픽 | const SharedPtr<Graphics>& | 그래픽 컨텍스트 |
또 보기
- Typedef SharedPtr
- Class Graphics
- Class Region
- Namespace System::Drawing
- Library Aspose.Page for C++