Share via


UIFocusHaloEffect.Create Method

Definition

Overloads

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

Applies to