CapturedPhoto.Frame Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.