点击或拖拽改变大小

RSize 构造函数 (RPoint)

Initializes a new instance of the RSize structure from the specified RPoint structure.

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

参数

pt
类型:DSkin.Html.Adapters.EntitiesRPoint
The RPoint structure from which to initialize this RSize structure.
参见