NSCollectionLayoutBoundarySupplementaryItem.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(NSCollectionLayoutSize, String, NSRectAlignment) | |
| Create(NSCollectionLayoutSize, String, NSRectAlignment, CGPoint) |
Create(NSCollectionLayoutSize, String, NSRectAlignment)
[Foundation.Export("boundarySupplementaryItemWithLayoutSize:elementKind:alignment:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.NSCollectionLayoutBoundarySupplementaryItem Create(UIKit.NSCollectionLayoutSize layoutSize, string elementKind, UIKit.NSRectAlignment alignment);
[<Foundation.Export("boundarySupplementaryItemWithLayoutSize:elementKind:alignment:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : UIKit.NSCollectionLayoutSize * string * UIKit.NSRectAlignment -> UIKit.NSCollectionLayoutBoundarySupplementaryItem
Parameters
- layoutSize
- NSCollectionLayoutSize
- elementKind
- String
- alignment
- NSRectAlignment
Returns
- Attributes
Applies to
Create(NSCollectionLayoutSize, String, NSRectAlignment, CGPoint)
[Foundation.Export("boundarySupplementaryItemWithLayoutSize:elementKind:alignment:absoluteOffset:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.NSCollectionLayoutBoundarySupplementaryItem Create(UIKit.NSCollectionLayoutSize layoutSize, string elementKind, UIKit.NSRectAlignment alignment, CoreGraphics.CGPoint absoluteOffset);
[<Foundation.Export("boundarySupplementaryItemWithLayoutSize:elementKind:alignment:absoluteOffset:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : UIKit.NSCollectionLayoutSize * string * UIKit.NSRectAlignment * CoreGraphics.CGPoint -> UIKit.NSCollectionLayoutBoundarySupplementaryItem
Parameters
- layoutSize
- NSCollectionLayoutSize
- elementKind
- String
- alignment
- NSRectAlignment
- absoluteOffset
- CGPoint
Returns
- Attributes