Edit

Share via


iPhoneOSGameView Constructors

Definition

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

Applies to