System::Drawing::Drawing2D::GraphicsPath::IsVisible method
GraphicsPath::IsVisible(const PointF&) method
현재 객체가 나타내는 경로에 지정된 점이 포함되는지 여부를 판단합니다.
bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(const PointF &point)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 점 | const PointF& | 확인할 점 |
또 보기
- Class PointF
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::IsVisible(float, float) method
현재 객체가 나타내는 경로에 지정된 점이 포함되는지 여부를 판단합니다.
bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(float x, float y)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| x | float | 확인할 점의 X 좌표 |
| y | float | 확인할 점의 Y 좌표 |
또 보기
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++