다음을 통해 공유


QTCaptureLayer 생성자

정의

오버로드

QTCaptureLayer()
QTCaptureLayer(NSCoder)
QTCaptureLayer(NSObjectFlag)
QTCaptureLayer(QTCaptureSession)
QTCaptureLayer(IntPtr)

QTCaptureLayer()

[Foundation.Export("init")]
public QTCaptureLayer ();
특성

적용 대상

QTCaptureLayer(NSCoder)

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

매개 변수

coder
NSCoder
특성

적용 대상

QTCaptureLayer(NSObjectFlag)

protected QTCaptureLayer (Foundation.NSObjectFlag t);
new QTKit.QTCaptureLayer : Foundation.NSObjectFlag -> QTKit.QTCaptureLayer

매개 변수

적용 대상

QTCaptureLayer(QTCaptureSession)

[Foundation.Export("initWithSession:")]
public QTCaptureLayer (QTKit.QTCaptureSession session);
new QTKit.QTCaptureLayer : QTKit.QTCaptureSession -> QTKit.QTCaptureLayer

매개 변수

특성

적용 대상

QTCaptureLayer(IntPtr)

protected internal QTCaptureLayer (IntPtr handle);
new QTKit.QTCaptureLayer : nativeint -> QTKit.QTCaptureLayer

매개 변수

handle
IntPtr

nativeint

적용 대상