GraphicsPath.IsOutlineVisible
IsOutlineVisible(float, float, Pen)
指示在使用指定Pen绘制时,指定点是否位于此GraphicsPath的轮廓内部(下方)。
public bool IsOutlineVisible(float x, float y, Pen pen)
| 参数 | 类型 | 描述 |
|---|---|---|
| x | 单精度 | 要测试的点的 x 坐标。 |
| y | 单精度 | 要测试的点的 y 坐标。 |
| pen | Pen | 用于测试的Pen。 |
返回值
如果在使用指定Pen绘制时,指定点位于此GraphicsPath的轮廓内部,则此方法返回 true;否则返回 false。
另请参见
- class Pen
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsOutlineVisible(PointF, Pen)
指示在使用指定Pen绘制时,指定点是否位于此GraphicsPath的轮廓内部(下方)。
public bool IsOutlineVisible(PointF point, Pen pen)
| 参数 | 类型 | 描述 |
|---|---|---|
| point | PointF | 一个指定要测试位置的 PointF。 |
| pen | Pen | 用于测试的Pen。 |
返回值
如果在使用指定Pen绘制时,指定点位于此GraphicsPath的轮廓内部,则此方法返回 true;否则返回 false。
另请参见
- struct PointF
- class Pen
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsOutlineVisible(float, float, Pen, Graphics)
指示使用指定的 Pen 绘制并使用指定的 Graphics 时,指定的点是否位于此 GraphicsPath 的轮廓内部(下方)。
public bool IsOutlineVisible(float x, float y, Pen pen, Graphics graphics)
| 参数 | 类型 | 描述 |
|---|---|---|
| x | 单精度 | 要测试的点的 x 坐标。 |
| y | 单精度 | 要测试的点的 y 坐标。 |
| pen | Pen | 用于测试的Pen。 |
| graphics | Graphics | 用于测试可见性的 Graphics。 |
返回值
如果使用指定的 Pen 绘制此 GraphicsPath 时,指定的点位于其轮廓内部(下方),则此方法返回 true;否则返回 false。
另请参见
- class Pen
- class Graphics
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsOutlineVisible(PointF, Pen, Graphics)
指示使用指定的 Pen 绘制并使用指定的 Graphics 时,指定的点是否位于此 GraphicsPath 的轮廓内部(下方)。
public bool IsOutlineVisible(PointF pt, Pen pen, Graphics graphics)
| 参数 | 类型 | 描述 |
|---|---|---|
| pt | PointF | 一个指定要测试位置的 PointF。 |
| pen | Pen | 用于测试的Pen。 |
| graphics | Graphics | 用于测试可见性的 Graphics。 |
返回值
如果使用指定的 Pen 绘制此 GraphicsPath 时,指定的点位于其轮廓内部(下方),则此方法返回 true;否则返回 false。
另请参见
- struct PointF
- class Pen
- class Graphics
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsOutlineVisible(int, int, Pen)
指示在使用指定Pen绘制时,指定点是否位于此GraphicsPath的轮廓内部(下方)。
public bool IsOutlineVisible(int x, int y, Pen pen)
| 参数 | 类型 | 描述 |
|---|---|---|
| x | Int32 | 要测试的点的 x 坐标。 |
| y | Int32 | 要测试的点的 y 坐标。 |
| pen | Pen | 用于测试的Pen。 |
返回值
如果在使用指定Pen绘制时,指定点位于此GraphicsPath的轮廓内部,则此方法返回 true;否则返回 false。
另请参见
- class Pen
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsOutlineVisible(Point, Pen)
指示在使用指定Pen绘制时,指定点是否位于此GraphicsPath的轮廓内部(下方)。
public bool IsOutlineVisible(Point point, Pen pen)
| 参数 | 类型 | 描述 |
|---|---|---|
| point | Point | 一个指定要测试位置的 Point。 |
| pen | Pen | 用于测试的Pen。 |
返回值
如果在使用指定Pen绘制时,指定点位于此GraphicsPath的轮廓内部,则此方法返回 true;否则返回 false。
另请参见
- struct Point
- class Pen
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsOutlineVisible(int, int, Pen, Graphics)
指示使用指定的 Pen 绘制并使用指定的 Graphics 时,指定的点是否位于此 GraphicsPath 的轮廓内部(下方)。
public bool IsOutlineVisible(int x, int y, Pen pen, Graphics graphics)
| 参数 | 类型 | 描述 |
|---|---|---|
| x | Int32 | 要测试的点的 x 坐标。 |
| y | Int32 | 要测试的点的 y 坐标。 |
| pen | Pen | 用于测试的Pen。 |
| graphics | Graphics | 用于测试可见性的 Graphics。 |
返回值
如果使用指定的 Pen 绘制此 GraphicsPath 时,指定的点位于其轮廓内部,则此方法返回 true;否则返回 false。
另请参见
- class Pen
- class Graphics
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsOutlineVisible(Point, Pen, Graphics)
指示使用指定的 Pen 绘制并使用指定的 Graphics 时,指定的点是否位于此 GraphicsPath 的轮廓内部(下方)。
public bool IsOutlineVisible(Point pt, Pen pen, Graphics graphics)
| 参数 | 类型 | 描述 |
|---|---|---|
| pt | Point | 一个指定要测试位置的 Point。 |
| pen | Pen | 用于测试的Pen。 |
| graphics | Graphics | 用于测试可见性的 Graphics。 |
返回值
如果使用指定的 Pen 绘制此 GraphicsPath 时,指定的点位于其轮廓内部,则此方法返回 true;否则返回 false。
另请参见
- struct Point
- class Pen
- class Graphics
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging