GraphicsPath.IsVisible
内容
[
隐藏
]IsVisible(float, float)
指示指定的点是否位于此 GraphicsPath。
public bool IsVisible(float x, float y)
| 参数 | 类型 | 描述 |
|---|---|---|
| x | 单精度 | 要测试的点的 x 坐标。 |
| y | 单精度 | 要测试的点的 y 坐标。 |
返回值
如果指定的点位于此 GraphicsPath 中,则此方法返回 true;否则返回 false。
另请参见
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsVisible(PointF)
指示指定的点是否位于此 GraphicsPath。
public bool IsVisible(PointF point)
| 参数 | 类型 | 描述 |
|---|---|---|
| point | PointF | 一个表示要测试的点的 PointF。 |
返回值
如果指定的点位于此 GraphicsPath 中,则此方法返回 true;否则返回 false。
另请参见
- struct PointF
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsVisible(int, int)
指示指定的点是否位于此 GraphicsPath。
public bool IsVisible(int x, int y)
| 参数 | 类型 | 描述 |
|---|---|---|
| x | Int32 | 要测试的点的 x 坐标。 |
| y | Int32 | 要测试的点的 y 坐标。 |
返回值
如果指定的点位于此 GraphicsPath 中,则此方法返回 true;否则返回 false。
另请参见
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsVisible(Point)
指示指定的点是否位于此 GraphicsPath。
public bool IsVisible(Point point)
| 参数 | 类型 | 描述 |
|---|---|---|
| point | Point | 一个表示要测试的点的 Point。 |
返回值
如果指定的点位于此 GraphicsPath 中,则此方法返回 true;否则返回 false。
另请参见
- struct Point
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsVisible(float, float, Graphics)
指示指定的点是否位于此 GraphicsPath 中,并且在指定的 Graphics 的可见裁剪区域内。
public bool IsVisible(float x, float y, Graphics graphics)
| 参数 | 类型 | 描述 |
|---|---|---|
| x | 单精度 | 要测试的点的 x 坐标。 |
| y | 单精度 | 要测试的点的 y 坐标。 |
| graphics | Graphics | 用于测试可见性的 Graphics。 |
返回值
如果指定的点位于此 GraphicsPath 中,则此方法返回 true;否则返回 false。
另请参见
- class Graphics
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsVisible(PointF, Graphics)
指示指定的点是否位于此 GraphicsPath。
public bool IsVisible(PointF pt, Graphics graphics)
| 参数 | 类型 | 描述 |
|---|---|---|
| pt | PointF | 一个表示要测试的点的 PointF。 |
| graphics | Graphics | 用于测试可见性的 Graphics。 |
返回值
如果指定的点位于此对象中,则此方法返回 true;否则返回 false。
另请参见
- struct PointF
- class Graphics
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsVisible(int, int, Graphics)
指示指定的点是否位于此 GraphicsPath,使用指定的 Graphics。
public bool IsVisible(int x, int y, Graphics graphics)
| 参数 | 类型 | 描述 |
|---|---|---|
| x | Int32 | 要测试的点的 x 坐标。 |
| y | Int32 | 要测试的点的 y 坐标。 |
| graphics | Graphics | 用于测试可见性的 Graphics。 |
返回值
如果指定的点位于此 GraphicsPath 中,则此方法返回 true;否则返回 false。
另请参见
- class Graphics
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging
IsVisible(Point, Graphics)
指示指定的点是否位于此 GraphicsPath。
public bool IsVisible(Point pt, Graphics graphics)
| 参数 | 类型 | 描述 |
|---|---|---|
| pt | Point | 一个表示要测试的点的 Point。 |
| graphics | Graphics | 用于测试可见性的 Graphics。 |
返回值
如果指定的点位于此 GraphicsPath 中,则此方法返回 true;否则返回 false。
另请参见
- struct Point
- class Graphics
- class GraphicsPath
- namespace Aspose.Imaging
- assembly Aspose.Imaging