System::Drawing::Drawing2D::GraphicsPath::IsVisible 方法
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.Font 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.Font for C++