다음을 통해 공유


NSBezierPath 생성자

정의

오버로드

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

NSBezierPath()

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

적용 대상

NSBezierPath(NSCoder)

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

매개 변수

coder
NSCoder
특성

적용 대상

NSBezierPath(NSObjectFlag)

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

매개 변수

적용 대상

NSBezierPath(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상