NSBezierPath Constructors

Definition

Overloads

NSBezierPath()
NSBezierPath(NSCoder)
NSBezierPath(NSObjectFlag)
NSBezierPath(IntPtr)

NSBezierPath()

[Foundation.Export("init")]
public NSBezierPath ();
Attributes

Applies to

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

Applies to