点击或拖拽改变大小

RPointAddition 运算符

Translates the RPoint by the specified SizeF .

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

参数

pt
类型:DSkin.Html.Adapters.EntitiesRPoint
The RPoint to translate.
sz
类型:DSkin.Html.Adapters.EntitiesRSize
The SizeF that specifies the numbers to add to the x- and y-coordinates of the RPoint .

返回值

类型:RPoint
The translated RPoint.
参见