次の方法で共有


iPhoneOSGameView コンストラクター

定義

オーバーロード

iPhoneOSGameView(CGRect)
iPhoneOSGameView(NSCoder)

iPhoneOSGameView(CGRect)

[Foundation.Export("initWithFrame:")]
public iPhoneOSGameView (CoreGraphics.CGRect frame);
new OpenTK.Platform.iPhoneOS.iPhoneOSGameView : CoreGraphics.CGRect -> OpenTK.Platform.iPhoneOS.iPhoneOSGameView

パラメーター

frame
CGRect
属性

適用対象

iPhoneOSGameView(NSCoder)

[Foundation.Export("initWithCoder:")]
public iPhoneOSGameView (Foundation.NSCoder coder);
new OpenTK.Platform.iPhoneOS.iPhoneOSGameView : Foundation.NSCoder -> OpenTK.Platform.iPhoneOS.iPhoneOSGameView

パラメーター

coder
NSCoder
属性

適用対象