RectangleF.Contains
Contains(float, float)
确定指定点是否包含在此RectangleF
结构.
public bool Contains(float x, float y)
范围 | 类型 | 描述 |
---|---|---|
x | Single | 要测试的点的 x 坐标。 |
y | Single | 要测试的点的 y 坐标。 |
返回值
如果由定义的点,则此方法返回 truex和y包含在这个RectangleF
结构;否则为假。
也可以看看
- struct RectangleF
- 命名空间 Aspose.PSD
- 部件 Aspose.PSD
Contains(PointF)
确定指定点是否包含在此RectangleF
结构.
public bool Contains(PointF point)
范围 | 类型 | 描述 |
---|---|---|
point | PointF | 这PointF 去测试。 |
返回值
如果由point参数包含在此RectangleF
结构;否则为假。
也可以看看
- struct PointF
- struct RectangleF
- 命名空间 Aspose.PSD
- 部件 Aspose.PSD
Contains(RectangleF)
判断所代表的矩形区域是否rect完全包含在这个RectangleF
结构.
public bool Contains(RectangleF rect)
范围 | 类型 | 描述 |
---|---|---|
rect | RectangleF | 这RectangleF 去测试。 |
返回值
如果矩形区域由rect完全包含在由此代表的矩形区域内RectangleF
;否则为假。
也可以看看
- struct RectangleF
- 命名空间 Aspose.PSD
- 部件 Aspose.PSD