RectangleExtensions.UnionWith

RectangleExtensions.UnionWith method

合并两个矩形。

public static RectangleF UnionWith(RectangleF rectangle, RectangleF otherRectangle)
参数类型描述
矩形RectangleF第一个矩形。
otherRectangleRectangleF第二个矩形。

返回值

新矩形作为联合操作的结果

另请参见