UIResolvedShape.CreateShape 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 |
|---|---|
| CreateShape(NFloat) | |
| CreateShape(UIEdgeInsets) |
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