Table of Contents

Method Union

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Union(PdfRectangle, PdfRectangle)

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

public static PdfRectangle Union(PdfRectangle a, PdfRectangle b)

Parameters

a PdfRectangle

First rectangle to union.

b PdfRectangle

Second rectangle to union.

Returns

PdfRectangle

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