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

GraphicsPath::IsVisible(const PointF&) method

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

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

另见

GraphicsPath::IsVisible(float, float) method

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

bool System::Drawing::Drawing2D::GraphicsPath::IsVisible(float x, float y)
ParameterType描述
x单精度浮点数要检查的点的 X 坐标
y单精度浮点数要检查的点的 Y 坐标

另见