Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.Rectangle.Union

Malware edited this page Dec 25, 2018 · 17 revisions

IndexRectangle

Summary

public public sealed struct Rectangle Union(public sealed struct Rectangle value1, public sealed struct Rectangle value2)

Creates a new Rectangle that exactly contains two other rectangles.

Returns

Example

Remarks

Summary

public void Union(ref public sealed struct Rectangle value1, ref public sealed struct Rectangle value2, ref public sealed struct Rectangle result)

Creates a new Rectangle that exactly contains two other rectangles.

Returns

Example

Remarks

Clone this wiki locally