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