PixelRectIntersectsWith 方法 |
IntersectsWith - Returns true if the PixelRect intersects with this rectangle
Returns false otherwise.
Note that if one edge is coincident, this is considered an intersection.
命名空间:
CPF
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public bool IntersectsWith(
in PixelRect rect
)
参数
- rect
- 类型:CPFPixelRect
PixelRect
返回值
类型:
Boolean
Returns true if the PixelRect intersects with this rectangle
Returns false otherwise.
or Height
参见