NSCollectionLayoutGroupCustomItem.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(CGRect, IntPtr) |
Create(CGRect)
[Foundation.Export("customItemWithFrame:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSCollectionLayoutGroupCustomItem Create(CoreGraphics.CGRect frame);
[<Foundation.Export("customItemWithFrame:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : CoreGraphics.CGRect -> AppKit.NSCollectionLayoutGroupCustomItem
Parameters
- frame
- CGRect
Returns
- Attributes
Applies to
Create(CGRect, IntPtr)
[Foundation.Export("customItemWithFrame:zIndex:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static AppKit.NSCollectionLayoutGroupCustomItem Create(CoreGraphics.CGRect frame, IntPtr zIndex);
[<Foundation.Export("customItemWithFrame:zIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : CoreGraphics.CGRect * nativeint -> AppKit.NSCollectionLayoutGroupCustomItem
Parameters
- frame
- CGRect
- zIndex
-
IntPtr
nativeint
Returns
- Attributes