IsVisible
内容
[
隐藏
]IsVisible(float, float)
表示指定的点是否包含在这个范围内GraphicsPath
.
public bool IsVisible(float x, float y)
范围 | 类型 | 描述 |
---|---|---|
x | Single | 要测试的点的 x 坐标。 |
y | Single | 要测试的点的 y 坐标。 |
返回值
如果指定的点包含在此方法中,则此方法返回 trueGraphicsPath
;否则为假。
也可以看看
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
IsVisible(PointF)
表示指定的点是否包含在这个范围内GraphicsPath
.
public bool IsVisible(PointF point)
范围 | 类型 | 描述 |
---|---|---|
point | PointF | 一个PointF 表示要测试的点。 |
返回值
如果指定的点包含在此方法中,则此方法返回 trueGraphicsPath
;否则为假。
也可以看看
- struct PointF
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
IsVisible(int, int)
表示指定的点是否包含在这个范围内GraphicsPath
.
public bool IsVisible(int x, int y)
范围 | 类型 | 描述 |
---|---|---|
x | Int32 | 要测试的点的 x 坐标。 |
y | Int32 | 要测试的点的 y 坐标。 |
返回值
如果指定的点包含在此方法中,则此方法返回 trueGraphicsPath
;否则为假。
也可以看看
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
IsVisible(Point)
表示指定的点是否包含在这个范围内GraphicsPath
.
public bool IsVisible(Point point)
范围 | 类型 | 描述 |
---|---|---|
point | Point | 一个Point 表示要测试的点。 |
返回值
如果指定的点包含在此方法中,则此方法返回 trueGraphicsPath
;否则为假。
也可以看看
- struct Point
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
IsVisible(float, float, Graphics)
表示指定的点是否包含在这个范围内GraphicsPath
在指定的可见剪辑区域中Graphics
.
public bool IsVisible(float x, float y, Graphics graphics)
范围 | 类型 | 描述 |
---|---|---|
x | Single | 要测试的点的 x 坐标。 |
y | Single | 要测试的点的 y 坐标。 |
graphics | Graphics | 这Graphics 用于测试可见性。 |
返回值
如果指定的点包含在此方法中,则此方法返回 trueGraphicsPath
;否则为假。
也可以看看
- class Graphics
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
IsVisible(PointF, Graphics)
表示指定的点是否包含在这个范围内GraphicsPath
.
public bool IsVisible(PointF pt, Graphics graphics)
范围 | 类型 | 描述 |
---|---|---|
pt | PointF | 一个PointF 表示要测试的点。 |
graphics | Graphics | 这Graphics 用于测试可见性。 |
返回值
如果指定的点包含在 this 中,则此方法返回 true;否则为假。
也可以看看
- struct PointF
- class Graphics
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 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 用于测试可见性。 |
返回值
如果指定的点包含在此方法中,则此方法返回 trueGraphicsPath
;否则为假。
也可以看看
- class Graphics
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging
IsVisible(Point, Graphics)
表示指定的点是否包含在这个范围内GraphicsPath
.
public bool IsVisible(Point pt, Graphics graphics)
范围 | 类型 | 描述 |
---|---|---|
pt | Point | 一个Point 表示要测试的点。 |
graphics | Graphics | 这Graphics 用于测试可见性。 |
返回值
如果指定的点包含在此方法中,则此方法返回 trueGraphicsPath
;否则为假。
也可以看看
- struct Point
- class Graphics
- class GraphicsPath
- 命名空间 Aspose.Imaging
- 部件 Aspose.Imaging