点击或拖拽改变大小

RSizeAddition 运算符

Adds the width and height of one RSize structure to the width and height of another RSize structure.

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

参数

sz1
类型:DSkin.Html.Adapters.EntitiesRSize
The first RSize structure to add.
sz2
类型:DSkin.Html.Adapters.EntitiesRSize
The second RSize structure to add.

返回值

类型:RSize
A RSize structure that is the result of the addition operation.
参见