다음을 통해 공유


CPWindow 생성자

정의

오버로드

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

CPWindow()

[Foundation.Export("init")]
public 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

적용 대상