点击或拖拽改变大小

RRect 构造函数 (RPoint, RSize)

Initializes a new instance of the RRect class with the specified location and size.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public RRect(
	RPoint location,
	RSize size
)

参数

location
类型:DSkin.Html.Adapters.EntitiesRPoint
A RPoint that represents the upper-left corner of the rectangular region.
size
类型:DSkin.Html.Adapters.EntitiesRSize
A RSize that represents the width and height of the rectangular region.
参见