union

fun union(envelope: Envelope)

Finds the union of the builder's envelope and the specified envelope and updates the envelope builder with the result.

Since

200.1.0


fun union(point: Point)

Finds the union of the builder's envelope and the specified point and updates the envelope builder with the result.

Since

200.1.0