iPhoneOSGameView 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
- 属性