Partager via


CPWindow Constructeurs

Définition

Surcharges

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

CPWindow()

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

S’applique à

CPWindow(CGRect)

[Foundation.Export("initWithFrame:")]
public CPWindow (CoreGraphics.CGRect frame);
new CarPlay.CPWindow : CoreGraphics.CGRect -> CarPlay.CPWindow

Paramètres

frame
CGRect
Attributs

S’applique à

CPWindow(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public CPWindow (Foundation.NSCoder coder);
new CarPlay.CPWindow : Foundation.NSCoder -> CarPlay.CPWindow

Paramètres

coder
NSCoder
Attributs

S’applique à

CPWindow(NSObjectFlag)

protected CPWindow (Foundation.NSObjectFlag t);
new CarPlay.CPWindow : Foundation.NSObjectFlag -> CarPlay.CPWindow

Paramètres

S’applique à

CPWindow(IntPtr)

protected internal CPWindow (IntPtr handle);
new CarPlay.CPWindow : nativeint -> CarPlay.CPWindow

Paramètres

handle
IntPtr

nativeint

S’applique à