DSkin
DSkin
DSkin.Html.Adapters.Entities
RRect 结构
RRect 方法
Intersect 方法
Intersect 方法 (RRect)
Intersect 方法 (RRect, RRect)
RRect
Intersect 方法 (RRect, RRect)
Returns a
RRect
structure that represents the intersection of two rectangles. If there is no intersection, and empty
RRect
is returned.
命名空间:
DSkin.Html.Adapters.Entities
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
复制
public
static
RRect
Intersect
(
RRect
a
,
RRect
b
)
参数
a
类型:
DSkin.Html.Adapters.Entities
RRect
A rectangle to intersect.
b
类型:
DSkin.Html.Adapters.Entities
RRect
A rectangle to intersect.
返回值
类型:
RRect
A third
RRect
structure the size of which represents the overlapped area of the two specified rectangles.
参见
引用
RRect 结构
Intersect 重载
DSkin.Html.Adapters.Entities 命名空间