点击或拖拽改变大小

RRectContains 方法 (Double, Double)

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(
	double x,
	double y
)

参数

x
类型:SystemDouble
The x-coordinate of the point to test.
y
类型:SystemDouble
The y-coordinate of the point to test.

返回值

类型:Boolean
This method returns true if the point defined by x and y is contained within this RRect structure; otherwise false.
参见