다음을 통해 공유


NSClipView 생성자

정의

오버로드

NSClipView()
NSClipView(CGRect)
NSClipView(NSCoder)
NSClipView(NSObjectFlag)
NSClipView(IntPtr)

NSClipView()

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

적용 대상

NSClipView(CGRect)

[Foundation.Export("initWithFrame:")]
public NSClipView (CoreGraphics.CGRect frameRect);
new AppKit.NSClipView : CoreGraphics.CGRect -> AppKit.NSClipView

매개 변수

frameRect
CGRect
특성

적용 대상

NSClipView(NSCoder)

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

매개 변수

coder
NSCoder
특성

적용 대상

NSClipView(NSObjectFlag)

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

매개 변수

적용 대상

NSClipView(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상