UIRegion.Union(UIRegion) Method

Definition

Creates a new region defined as the union of this and the specified region.

[Foundation.Export("regionByUnionWithRegion:")]
public virtual UIKit.UIRegion Union (UIKit.UIRegion region);
abstract member Union : UIKit.UIRegion -> UIKit.UIRegion
override this.Union : UIKit.UIRegion -> UIKit.UIRegion

Parameters

region
UIRegion

Returns

Attributes

Applies to