DSkin
DSkin
DSkin.Html.Adapters.Entities
RSize 结构
RSize 方法
Add 方法
Equals 方法
GetHashCode 方法
Subtract 方法
ToPointF 方法
ToString 方法
RSize
Subtract 方法
Subtracts the width and height of one
RSize
structure from the width and height of another
RSize
structure.
命名空间:
DSkin.Html.Adapters.Entities
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
复制
public
static
RSize
Subtract
(
RSize
sz1
,
RSize
sz2
)
参数
sz1
类型:
DSkin.Html.Adapters.Entities
RSize
The
RSize
structure on the left side of the subtraction operator.
sz2
类型:
DSkin.Html.Adapters.Entities
RSize
The
RSize
structure on the right side of the subtraction operator.
返回值
类型:
RSize
A
RSize
structure that is a result of the subtraction operation.
参见
引用
RSize 结构
DSkin.Html.Adapters.Entities 命名空间