CapturedPhoto.Frame Property

Definition

Gets the photo data, represented as CapturedFrame object, associated with the CapturedPhoto object.

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

Property Value

The captured frame.

Applies to