点击或拖拽改变大小

RRectIntersect 方法 (RRect, RRect)

Returns a RRect structure that represents the intersection of two rectangles. If there is no intersection, and empty RRect is returned.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static RRect Intersect(
	RRect a,
	RRect b
)

参数

a
类型:DSkin.Html.Adapters.EntitiesRRect
A rectangle to intersect.
b
类型:DSkin.Html.Adapters.EntitiesRRect
A rectangle to intersect.

返回值

类型:RRect
A third RRect structure the size of which represents the overlapped area of the two specified rectangles.
参见