DSkin
DSkin
DSkin.Html.Adapters.Entities
RPoint 结构
RPoint 运算符
Addition 运算符
Equality 运算符
Inequality 运算符
Subtraction 运算符
RPoint
Addition 运算符
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.Entities
RPoint
The
RPoint
to translate.
sz
类型:
DSkin.Html.Adapters.Entities
RSize
The
SizeF
that specifies the numbers to add to the x- and y-coordinates of the
RPoint
.
返回值
类型:
RPoint
The translated
RPoint
.
参见
引用
RPoint 结构
DSkin.Html.Adapters.Entities 命名空间