次の方法で共有


NSOpenGLView コンストラクター

定義

オーバーロード

NSOpenGLView()
NSOpenGLView(CGRect)
NSOpenGLView(NSCoder)
NSOpenGLView(NSObjectFlag)
NSOpenGLView(IntPtr)
NSOpenGLView(CGRect, NSOpenGLPixelFormat)

NSOpenGLView()

[Foundation.Export("init")]
public NSOpenGLView ();
属性

適用対象

NSOpenGLView(CGRect)

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

パラメーター

frameRect
CGRect
属性

適用対象

NSOpenGLView(NSCoder)

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

パラメーター

coder
NSCoder
属性

適用対象

NSOpenGLView(NSObjectFlag)

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

パラメーター

適用対象

NSOpenGLView(IntPtr)

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

パラメーター

handle
IntPtr

nativeint

適用対象

NSOpenGLView(CGRect, NSOpenGLPixelFormat)

[Foundation.Export("initWithFrame:pixelFormat:")]
public NSOpenGLView (CoreGraphics.CGRect frameRect, AppKit.NSOpenGLPixelFormat format);
new AppKit.NSOpenGLView : CoreGraphics.CGRect * AppKit.NSOpenGLPixelFormat -> AppKit.NSOpenGLView

パラメーター

frameRect
CGRect
属性

適用対象