点击或拖拽改变大小

RPointSubtract 方法

Translates a RPoint by the negative of a specified size.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static RPoint Subtract(
	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 subtract from the coordinates of pt .

返回值

类型:RPoint
The translated RPoint.
参见