Share via


UIPointerRegion.Create(CGRect, NSObject) Method

Definition

[Foundation.Export("regionWithRect:identifier:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIPointerRegion Create(CoreGraphics.CGRect rect, Foundation.NSObject? identifier);
[<Foundation.Export("regionWithRect:identifier:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : CoreGraphics.CGRect * Foundation.NSObject -> UIKit.UIPointerRegion

Parameters

rect
CGRect
identifier
NSObject

Returns

Attributes

Applies to