NSLayoutAnchor<AnchorType> Constructors
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
NSLayoutAnchor<AnchorType>(NSCoder) | |
NSLayoutAnchor<AnchorType>(NSObjectFlag) | |
NSLayoutAnchor<AnchorType>(IntPtr) |
NSLayoutAnchor<AnchorType>(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSLayoutAnchor (Foundation.NSCoder coder);
new AppKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> : Foundation.NSCoder -> AppKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)>
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSLayoutAnchor<AnchorType>(NSObjectFlag)
protected NSLayoutAnchor (Foundation.NSObjectFlag t);
new AppKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> : Foundation.NSObjectFlag -> AppKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)>
Parameters
Applies to
NSLayoutAnchor<AnchorType>(IntPtr)
protected internal NSLayoutAnchor (IntPtr handle);
new AppKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)> : nativeint -> AppKit.NSLayoutAnchor<'AnchorType (requires 'AnchorType :> Foundation.NSObject)>
Parameters
- handle
-
IntPtr
nativeint