UIRegion.Union(UIRegion) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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