点击或拖拽改变大小

RRectContains 方法 (RPoint)

Determines if the specified point is contained within this RRect structure.

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

参数

pt
类型:DSkin.Html.Adapters.EntitiesRPoint
The RPoint to test.

返回值

类型:Boolean
This method returns true if the point represented by the pt parameter is contained within this RRect structure; otherwise false.
参见