点击或拖拽改变大小

RRectContains 方法 (RRect)

Determines if the rectangular region represented by rect is entirely contained within this RRect structure.

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

参数

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

返回值

类型:Boolean
This method returns true if the rectangular region represented by rect is entirely contained within the rectangular region represented by this RRect ; otherwise false.
参见