AdvancedCapturedPhoto.Frame Property
Definition
Gets the captured frame containing the result of the advanced photo capture.
public:
property CapturedFrame ^ Frame { CapturedFrame ^ get(); };
CapturedFrame Frame();
public CapturedFrame Frame { get; }
var capturedFrame = advancedCapturedPhoto.frame;
Public ReadOnly Property Frame As CapturedFrame
Property Value
The captured frame containing the result of the advanced photo capture.