Table of Contents

Method GetBounds

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

GetBounds(IEnumerable<RectI>)

Gets bounds of all the rectangles in the collection.

public static RectI? GetBounds(IEnumerable<RectI> rects)

Parameters

rects IEnumerable<RectI>

Collection of the rectangles

Returns

RectI?