Creates a new Envelope which is the geometrical union of existing Envelopes.

Overload List

  NameDescription
Union(IEnumerable<(Of <(Envelope>)>))
Creates a new Envelope which is the geometrical union of a generic enumerable set of existing Envelopes.
Union(Envelope, Envelope)
Creates a new Envelope which is the geometrical union of two existing Envelopes.

See Also