Table of Contents

Method Union

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

Union(SvgRect, SvgRect)

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

public static SvgRect Union(SvgRect a, SvgRect b)

Parameters

a SvgRect

A rectangle to union.

b SvgRect

A rectangle to union.

Returns

SvgRect

A third SvgRect structure that contains both of the two rectangles that form the union.