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.