Compartir a través de


NSBezierPath Constructores

Definición

Sobrecargas

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

NSBezierPath()

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

Se aplica a

NSBezierPath(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSBezierPath (Foundation.NSCoder coder);
new AppKit.NSBezierPath : Foundation.NSCoder -> AppKit.NSBezierPath

Parámetros

coder
NSCoder
Atributos

Se aplica a

NSBezierPath(NSObjectFlag)

protected NSBezierPath (Foundation.NSObjectFlag t);
new AppKit.NSBezierPath : Foundation.NSObjectFlag -> AppKit.NSBezierPath

Parámetros

Se aplica a

NSBezierPath(IntPtr)

protected internal NSBezierPath (IntPtr handle);
new AppKit.NSBezierPath : nativeint -> AppKit.NSBezierPath

Parámetros

handle
IntPtr

nativeint

Se aplica a