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