CPWindow 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
CPWindow() | |
CPWindow(CGRect) | |
CPWindow(NSCoder) | |
CPWindow(NSObjectFlag) | |
CPWindow(IntPtr) |
CPWindow()
CPWindow(CGRect)
[Foundation.Export("initWithFrame:")]
public CPWindow (CoreGraphics.CGRect frame);
new CarPlay.CPWindow : CoreGraphics.CGRect -> CarPlay.CPWindow
Parameters
- frame
- CGRect
- Attributes
Applies to
CPWindow(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public CPWindow (Foundation.NSCoder coder);
new CarPlay.CPWindow : Foundation.NSCoder -> CarPlay.CPWindow
Parameters
- coder
- NSCoder
- Attributes
Applies to
CPWindow(NSObjectFlag)
protected CPWindow (Foundation.NSObjectFlag t);
new CarPlay.CPWindow : Foundation.NSObjectFlag -> CarPlay.CPWindow
Parameters
Applies to
CPWindow(IntPtr)
protected internal CPWindow (IntPtr handle);
new CarPlay.CPWindow : nativeint -> CarPlay.CPWindow
Parameters
- handle
-
IntPtr
nativeint