UIRegion.Intersect(UIRegion) Method

Definition

Returns a new UIRegion defined by the intersection of this and the specified region.

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

Parameters

region
UIRegion

Returns

Attributes

Applies to