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