UIPointerStyle.Create 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.
Overloads
| Name | Description |
|---|---|
| Create(UIPointerEffect, UIPointerShape) | |
| Create(UIPointerShape, UIAxis) |
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
- effect
- UIPointerEffect
- shape
- UIPointerShape
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
- shape
- UIPointerShape
- axes
- UIAxis
Returns
- Attributes