PhotoCapturedEventArgs.Frame Property

Definition

Gets the captured image associated with the event.

public:
 property CapturedFrame ^ Frame { CapturedFrame ^ get(); };
CapturedFrame Frame();
public CapturedFrame Frame { get; }
var capturedFrame = photoCapturedEventArgs.frame;
Public ReadOnly Property Frame As CapturedFrame

Property Value

The captured image.

Applies to