CPWindow 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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
参数
- frame
- CGRect
- 属性
适用于
CPWindow(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public CPWindow (Foundation.NSCoder coder);
new CarPlay.CPWindow : Foundation.NSCoder -> CarPlay.CPWindow
参数
- coder
- NSCoder
- 属性
适用于
CPWindow(NSObjectFlag)
protected CPWindow (Foundation.NSObjectFlag t);
new CarPlay.CPWindow : Foundation.NSObjectFlag -> CarPlay.CPWindow
参数
适用于
CPWindow(IntPtr)
protected internal CPWindow (IntPtr handle);
new CarPlay.CPWindow : nativeint -> CarPlay.CPWindow
参数
- handle
-
IntPtr
nativeint