Share via


UIResolvedShape.CreateShape Method

Definition

Overloads

CreateShape(NFloat)

[Foundation.Export("shapeByApplyingInset:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIResolvedShape CreateShape(System.Runtime.InteropServices.NFloat inset);
[<Foundation.Export("shapeByApplyingInset:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateShape : System.Runtime.InteropServices.NFloat -> UIKit.UIResolvedShape
override this.CreateShape : System.Runtime.InteropServices.NFloat -> UIKit.UIResolvedShape

Parameters

inset
NFloat

Returns

Attributes

Applies to

CreateShape(UIEdgeInsets)

[Foundation.Export("shapeByApplyingInsets:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIResolvedShape CreateShape(UIKit.UIEdgeInsets insets);
[<Foundation.Export("shapeByApplyingInsets:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CreateShape : UIKit.UIEdgeInsets -> UIKit.UIResolvedShape
override this.CreateShape : UIKit.UIEdgeInsets -> UIKit.UIResolvedShape

Parameters

insets
UIEdgeInsets

Returns

Attributes

Applies to