IsVisible
内容
[
隐藏
]IsVisible(PointF)
表示是否指定PointF结构包含在此的可见剪辑区域内Graphics.
public bool IsVisible(PointF point)
范围 | 类型 | 描述 |
---|---|---|
point | PointF | PointF结构来测试可见性。 |
返回值
真的
如果由定义的点point参数包含在此可见剪辑 region 中Graphics;否则,错误的
.
也可以看看
- struct PointF
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
IsVisible(int, int, int, int)
表示由一对坐标、一个宽度和一个高度指定的矩形是否包含在此的可见剪辑区域内Graphics.
public bool IsVisible(int x, int y, int width, int height)
范围 | 类型 | 描述 |
---|---|---|
x | Int32 | 用于测试可见性的矩形左上角的 x 坐标。 |
y | Int32 | 用于测试可见性的矩形左上角的 y 坐标。 |
width | Int32 | 用于测试可见性的矩形的宽度。 |
height | Int32 | 用于测试可见性的矩形的高度。 |
返回值
真的
如果由x,y,width 和height参数包含在此的可见剪辑区域内Graphics;否则,错误的
.
也可以看看
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
IsVisible(Rectangle)
表示一个指定的矩形是否Rectangle结构包含在此的可见剪辑区域内Graphics.
public bool IsVisible(Rectangle rect)
范围 | 类型 | 描述 |
---|---|---|
rect | Rectangle | Rectangle结构来测试可见性。 |
返回值
真的
如果指定的矩形rect参数包含在此的可见剪辑区域 内Graphics;否则,错误的
.
也可以看看
- struct Rectangle
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
IsVisible(float, float, float, float)
表示由一对坐标、一个宽度和一个高度指定的矩形是否包含在此的可见剪辑区域内Graphics.
public bool IsVisible(float x, float y, float width, float height)
范围 | 类型 | 描述 |
---|---|---|
x | Single | 用于测试可见性的矩形左上角的 x 坐标。 |
y | Single | 用于测试可见性的矩形左上角的 y 坐标。 |
width | Single | 用于测试可见性的矩形的宽度。 |
height | Single | 用于测试可见性的矩形的高度。 |
返回值
真的
如果由x,y,width 和height参数包含在此的可见剪辑区域内Graphics;否则,错误的
.
也可以看看
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
IsVisible(RectangleF)
表示一个指定的矩形是否RectangleF结构包含在此的可见剪辑区域内Graphics.
public bool IsVisible(RectangleF rect)
范围 | 类型 | 描述 |
---|---|---|
rect | RectangleF | RectangleF结构来测试可见性。 |
返回值
真的
如果指定的矩形rect参数包含在此的可见剪辑区域 内Graphics;否则,错误的
.
也可以看看
- struct RectangleF
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
IsVisible(int, int)
表示一对坐标指定的点是否包含在这个可视剪辑区域内Graphics.
public bool IsVisible(int x, int y)
范围 | 类型 | 描述 |
---|---|---|
x | Int32 | 要测试可见性的点的 x 坐标。 |
y | Int32 | 要测试可见性的点的 y 坐标。 |
返回值
真的
如果由定义的点x和y参数包含在此可见剪辑 region 中Graphics;否则,错误的
.
也可以看看
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
IsVisible(Point)
表示是否指定Point结构包含在此的可见剪辑区域内Graphics.
public bool IsVisible(Point point)
范围 | 类型 | 描述 |
---|---|---|
point | Point | Point结构来测试可见性。 |
返回值
真的
如果该点包含在此的可见剪辑区域内Graphics;否则,错误的
.
也可以看看
- struct Point
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing
IsVisible(float, float)
表示一对坐标指定的点是否包含在这个可视剪辑区域内Graphics.
public bool IsVisible(float x, float y)
范围 | 类型 | 描述 |
---|---|---|
x | Single | 要测试可见性的点的 x 坐标。 |
y | Single | 要测试可见性的点的 y 坐标。 |
返回值
真的
如果由定义的点x和y参数包含在此可见剪辑 region 中Graphics;否则,错误的
.
也可以看看
- class Graphics
- 命名空间 System.Drawing
- 部件 Aspose.Drawing