UIFocusHaloEffect.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(CGRect) | |
| Create(UIBezierPath) | |
| Create(CGRect, NFloat, String) |
Create(CGRect)
[Foundation.Export("effectWithRect:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIFocusHaloEffect Create(CoreGraphics.CGRect rect);
[<Foundation.Export("effectWithRect:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : CoreGraphics.CGRect -> UIKit.UIFocusHaloEffect
Parameters
- rect
- CGRect
Returns
- Attributes
Applies to
Create(UIBezierPath)
[Foundation.Export("effectWithPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIFocusHaloEffect Create(UIKit.UIBezierPath bezierPath);
[<Foundation.Export("effectWithPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : UIKit.UIBezierPath -> UIKit.UIFocusHaloEffect
Parameters
- bezierPath
- UIBezierPath
Returns
- Attributes
Applies to
Create(CGRect, NFloat, String)
[Foundation.Export("effectWithRoundedRect:cornerRadius:curve:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIFocusHaloEffect Create(CoreGraphics.CGRect rect, System.Runtime.InteropServices.NFloat cornerRadius, string curve);
[<Foundation.Export("effectWithRoundedRect:cornerRadius:curve:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : CoreGraphics.CGRect * System.Runtime.InteropServices.NFloat * string -> UIKit.UIFocusHaloEffect
Parameters
- rect
- CGRect
- cornerRadius
- NFloat
- curve
- String
Returns
- Attributes