Share via


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. You can get a SoftwareBitmap representation of the captured frame by accessing the CapturedFrame.SoftwareBitmap property. For more information on capturing photos and videos, see Camera.

Applies to