Share via


UIPointerStyle.Create Method

Definition

Overloads

Create(UIPointerEffect, UIPointerShape)

[Foundation.Export("styleWithEffect:shape:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIPointerStyle Create(UIKit.UIPointerEffect effect, UIKit.UIPointerShape? shape);
[<Foundation.Export("styleWithEffect:shape:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : UIKit.UIPointerEffect * UIKit.UIPointerShape -> UIKit.UIPointerStyle

Parameters

Returns

Attributes

Applies to

Create(UIPointerShape, UIAxis)

[Foundation.Export("styleWithShape:constrainedAxes:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIPointerStyle Create(UIKit.UIPointerShape shape, UIKit.UIAxis axes);
[<Foundation.Export("styleWithShape:constrainedAxes:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : UIKit.UIPointerShape * UIKit.UIAxis -> UIKit.UIPointerStyle

Parameters

axes
UIAxis

Returns

Attributes

Applies to