System::Drawing::Drawing2D::GraphicsPath::IsVisible 方法

GraphicsPath::IsVisible(const PointF&) method

确定指定的点是否位于由当前对象表示的路径内部。

bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(const PointF &point)
参数类型描述
const PointF&要检查的点

另见

GraphicsPath::IsVisible(float, float) method

确定指定的点是否位于由当前对象表示的路径内部。

bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(float x, float y)
参数类型描述
xfloat要检查的点的 X 坐标
yfloat要检查的点的 Y 坐标

另见