Upravit

Sdílet prostřednictvím


CPWindow Constructors

Definition

Overloads

CPWindow()
CPWindow(CGRect)
CPWindow(NSCoder)
CPWindow(NSObjectFlag)
CPWindow(IntPtr)

CPWindow()

[Foundation.Export("init")]
public CPWindow();
Attributes

Applies to

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

Applies to