点击或拖拽改变大小

RRectIntersect 方法 (RRect)

Replaces this RRect structure with the intersection of itself and the specified RRect structure.

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

参数

rect
类型:DSkin.Html.Adapters.EntitiesRRect
The rectangle to intersect.
参见