点击或拖拽改变大小

RSize  转换 (RSize to RPoint)

Converts the specified RSize structure to a RPoint structure.

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

参数

size
类型:DSkin.Html.Adapters.EntitiesRSize
The RSize structure to be converted

返回值

类型:RPoint
The RPoint structure to which this operator converts.
参见