System::Drawing::Drawing2D::GraphicsPath::IsVisible 方法
GraphicsPath::IsVisible(const PointF&) method
确定指定点是否位于当前对象所表示的路径内部。
bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(const PointF &point)
| Parameter | Type | 描述 |
|---|---|---|
| 点 | 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)
| Parameter | Type | 描述 |
|---|---|---|
| x | 单精度浮点数 | 要检查的点的 X 坐标 |
| y | 单精度浮点数 | 要检查的点的 Y 坐标 |
另见
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++