共用方式為


AVCapturePhotoCaptureDelegate.DidCapturePhoto 方法

定義

在拍攝相片之後呼叫的方法。

[Foundation.Export("captureOutput:didCapturePhotoForResolvedSettings:")]
public virtual void DidCapturePhoto (AVFoundation.AVCapturePhotoOutput captureOutput, AVFoundation.AVCaptureResolvedPhotoSettings resolvedSettings);
abstract member DidCapturePhoto : AVFoundation.AVCapturePhotoOutput * AVFoundation.AVCaptureResolvedPhotoSettings -> unit
override this.DidCapturePhoto : AVFoundation.AVCapturePhotoOutput * AVFoundation.AVCaptureResolvedPhotoSettings -> unit

參數

captureOutput
AVCapturePhotoOutput
屬性

適用於