点击或拖拽改变大小

RRectUnion 方法

Creates the smallest possible third rectangle that can contain both of two rectangles that form a union.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static RRect Union(
	RRect a,
	RRect b
)

参数

a
类型:DSkin.Html.Adapters.EntitiesRRect
A rectangle to union.
b
类型:DSkin.Html.Adapters.EntitiesRRect
A rectangle to union.

返回值

类型:RRect
A third RRect structure that contains both of the two rectangles that form the union.
参见