iPhoneOSGameView Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- frame
- CGRect
- Attributes
Applies to
iPhoneOSGameView(NSCoder)
[Foundation.Export("initWithCoder:")]
public iPhoneOSGameView (Foundation.NSCoder coder);
new OpenTK.Platform.iPhoneOS.iPhoneOSGameView : Foundation.NSCoder -> OpenTK.Platform.iPhoneOS.iPhoneOSGameView
Parameters
- coder
- NSCoder
- Attributes