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
属性

适用于