GraphicsPath.IsOutlineVisible

IsOutlineVisible(float, float, Pen)

表示指定点是否包含在这个轮廓之内(下)GraphicsPath当用指定的绘制Pen .

public bool IsOutlineVisible(float x, float y, Pen pen)
范围类型描述
xSingle要测试的点的 x 坐标。
ySingle要测试的点的 y 坐标。
penPenPen去测试。

返回值

如果指定点包含在此轮廓内,则此方法返回 trueGraphicsPath当用指定的绘制Pen;否则为 false.

也可以看看


IsOutlineVisible(PointF, Pen)

表示指定点是否包含在这个轮廓之内(下)GraphicsPath当用指定的绘制Pen .

public bool IsOutlineVisible(PointF point, Pen pen)
范围类型描述
pointPointFAPointF指定要测试的位置。
penPenPen去测试。

返回值

如果指定点包含在此轮廓内,则此方法返回 trueGraphicsPath当用指定的绘制Pen;否则为 false.

也可以看看


IsOutlineVisible(float, float, Pen, Graphics)

表示指定点是否包含在这个轮廓之内(下)GraphicsPath当用指定的绘制Pen并使用指定的Graphics .

public bool IsOutlineVisible(float x, float y, Pen pen, Graphics graphics)
范围类型描述
xSingle要测试的点的 x 坐标。
ySingle要测试的点的 y 坐标。
penPenPen去测试。
graphicsGraphicsGraphics测试可见性。

返回值

如果指定点包含在(下)此轮廓内,则此方法返回 trueGraphicsPath用指定的绘制Pen;否则为 false.

也可以看看


IsOutlineVisible(PointF, Pen, Graphics)

表示指定点是否包含在这个轮廓之内(下)GraphicsPath当用指定的绘制Pen并使用指定的Graphics .

public bool IsOutlineVisible(PointF pt, Pen pen, Graphics graphics)
范围类型描述
ptPointFAPointF指定要测试的位置。
penPenPen去测试。
graphicsGraphicsGraphics测试可见性。

返回值

如果指定点包含在(下)此轮廓内,则此方法返回 trueGraphicsPath用指定的绘制Pen;否则为 false.

也可以看看


IsOutlineVisible(int, int, Pen)

表示指定点是否包含在这个轮廓之内(下)GraphicsPath当用指定的绘制Pen .

public bool IsOutlineVisible(int x, int y, Pen pen)
范围类型描述
xInt32要测试的点的 x 坐标。
yInt32要测试的点的 y 坐标。
penPenPen去测试。

返回值

如果指定点包含在此轮廓内,则此方法返回 trueGraphicsPath当用指定的绘制Pen;否则为 false.

也可以看看


IsOutlineVisible(Point, Pen)

表示指定点是否包含在这个轮廓之内(下)GraphicsPath当用指定的绘制Pen .

public bool IsOutlineVisible(Point point, Pen pen)
范围类型描述
pointPointAPoint指定要测试的位置。
penPenPen去测试。

返回值

如果指定点包含在此轮廓内,则此方法返回 trueGraphicsPath当用指定的绘制Pen;否则为 false.

也可以看看


IsOutlineVisible(int, int, Pen, Graphics)

表示指定点是否包含在这个轮廓之内(下)GraphicsPath当用指定的绘制Pen并使用指定的Graphics .

public bool IsOutlineVisible(int x, int y, Pen pen, Graphics graphics)
范围类型描述
xInt32要测试的点的 x 坐标。
yInt32要测试的点的 y 坐标。
penPenPen去测试。
graphicsGraphicsGraphics测试可见性。

返回值

如果指定点包含在此轮廓内,则此方法返回 trueGraphicsPath用指定的绘制Pen;否则为 false.

也可以看看


IsOutlineVisible(Point, Pen, Graphics)

表示指定点是否包含在这个轮廓之内(下)GraphicsPath当用指定的绘制Pen并使用指定的Graphics .

public bool IsOutlineVisible(Point pt, Pen pen, Graphics graphics)
范围类型描述
ptPointAPoint指定要测试的位置。
penPenPen去测试。
graphicsGraphicsGraphics测试可见性。

返回值

如果指定点包含在此轮廓内,则此方法返回 trueGraphicsPath用指定的绘制Pen;否则为 false.

也可以看看