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