UIRegion.Intersect(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.
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