Table of Contents

Method Union

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Core.dll

Union(SvgRectF, SvgRectF)

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

public static SvgRectF Union(SvgRectF a, SvgRectF b)

Parameters

a SvgRectF

A rectangle to union.

b SvgRectF

A rectangle to union.

Returns

SvgRectF

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