点击或拖拽改变大小

RRectIntersectsWith 方法

Determines if this rectangle intersects with rect.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public bool IntersectsWith(
	RRect rect
)

参数

rect
类型:DSkin.Html.Adapters.EntitiesRRect
The rectangle to test.

返回值

类型:Boolean
This method returns true if there is any intersection.
参见