IsOutlineVisible
IsOutlineVisible(float, float, Pen)
表示指定点是否包含在(下)此轮廓的范围内GraphicsPath绘制时指定Pen .
public bool IsOutlineVisible(float x, float y, Pen pen)
| 范围 | 类型 | 描述 |
|---|---|---|
| x | Single | 要测试的点的 x 坐标。 |
| y | Single | 要测试的点的 y 坐标。 |
| pen | Pen | 这Pen去测试。 |
返回值
如果指定的点包含在此轮廓的范围内,则此方法返回 trueGraphicsPath绘制时指定Pen;否则为假。
也可以看看
- class Pen
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
IsOutlineVisible(PointF, Pen)
表示指定点是否包含在(下)此轮廓的范围内GraphicsPath绘制时指定Pen .
public bool IsOutlineVisible(PointF point, Pen pen)
| 范围 | 类型 | 描述 |
|---|---|---|
| point | PointF | 一个PointF指定要测试的位置。 |
| pen | Pen | 这Pen去测试。 |
返回值
如果指定的点包含在此轮廓的范围内,则此方法返回 trueGraphicsPath绘制时指定Pen;否则为假。
也可以看看
- struct PointF
- class Pen
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
IsOutlineVisible(float, float, Pen, Graphics)
表示指定点是否包含在(下)此轮廓的范围内GraphicsPath绘制时指定Pen并使用指定的Graphics .
public bool IsOutlineVisible(float x, float y, Pen pen, Graphics graphics)
| 范围 | 类型 | 描述 |
|---|---|---|
| x | Single | 要测试的点的 x 坐标。 |
| y | Single | 要测试的点的 y 坐标。 |
| pen | Pen | 这Pen去测试。 |
| graphics | Graphics | 这Graphics用于测试可见性。 |
返回值
如果指定点包含在此轮廓的轮廓内(下方),则此方法返回 trueGraphicsPath用指定的绘制Pen;否则为假。
也可以看看
- class Pen
- class Graphics
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
IsOutlineVisible(PointF, Pen, Graphics)
表示指定点是否包含在(下)此轮廓的范围内GraphicsPath绘制时指定Pen并使用指定的Graphics .
public bool IsOutlineVisible(PointF pt, Pen pen, Graphics graphics)
| 范围 | 类型 | 描述 |
|---|---|---|
| pt | PointF | 一个PointF指定要测试的位置。 |
| pen | Pen | 这Pen去测试。 |
| graphics | Graphics | 这Graphics用于测试可见性。 |
返回值
如果指定点包含在此轮廓的轮廓内(下方),则此方法返回 trueGraphicsPath用指定的绘制Pen;否则为假。
也可以看看
- struct PointF
- class Pen
- class Graphics
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
IsOutlineVisible(int, int, Pen)
表示指定点是否包含在(下)此轮廓的范围内GraphicsPath绘制时指定Pen .
public bool IsOutlineVisible(int x, int y, Pen pen)
| 范围 | 类型 | 描述 |
|---|---|---|
| x | Int32 | 要测试的点的 x 坐标。 |
| y | Int32 | 要测试的点的 y 坐标。 |
| pen | Pen | 这Pen去测试。 |
返回值
如果指定的点包含在此轮廓的范围内,则此方法返回 trueGraphicsPath绘制时指定Pen;否则为假。
也可以看看
- class Pen
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
IsOutlineVisible(Point, Pen)
表示指定点是否包含在(下)此轮廓的范围内GraphicsPath绘制时指定Pen .
public bool IsOutlineVisible(Point point, Pen pen)
| 范围 | 类型 | 描述 |
|---|---|---|
| point | Point | 一个Point指定要测试的位置。 |
| pen | Pen | 这Pen去测试。 |
返回值
如果指定的点包含在此轮廓的范围内,则此方法返回 trueGraphicsPath绘制时指定Pen;否则为假。
也可以看看
- struct Point
- class Pen
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
IsOutlineVisible(int, int, Pen, Graphics)
表示指定点是否包含在(下)此轮廓的范围内GraphicsPath绘制时指定Pen并使用指定的Graphics .
public bool IsOutlineVisible(int x, int y, Pen pen, Graphics graphics)
| 范围 | 类型 | 描述 |
|---|---|---|
| x | Int32 | 要测试的点的 x 坐标。 |
| y | Int32 | 要测试的点的 y 坐标。 |
| pen | Pen | 这Pen去测试。 |
| graphics | Graphics | 这Graphics用于测试可见性。 |
返回值
如果指定的点包含在此轮廓的范围内,则此方法返回 trueGraphicsPath用指定的绘制Pen;否则为假。
也可以看看
- class Pen
- class Graphics
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
IsOutlineVisible(Point, Pen, Graphics)
表示指定点是否包含在(下)此轮廓的范围内GraphicsPath绘制时指定Pen并使用指定的Graphics .
public bool IsOutlineVisible(Point pt, Pen pen, Graphics graphics)
| 范围 | 类型 | 描述 |
|---|---|---|
| pt | Point | 一个Point指定要测试的位置。 |
| pen | Pen | 这Pen去测试。 |
| graphics | Graphics | 这Graphics用于测试可见性。 |
返回值
如果指定的点包含在此轮廓的范围内,则此方法返回 trueGraphicsPath用指定的绘制Pen;否则为假。
也可以看看
- struct Point
- class Pen
- class Graphics
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging