VariablePhotoCapturedEventArgs.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 a CapturedFrame object representing a captured frame of a variable photo sequence.
public:
property CapturedFrame ^ Frame { CapturedFrame ^ get(); };
CapturedFrame Frame();
public CapturedFrame Frame { get; }
var capturedFrame = variablePhotoCapturedEventArgs.frame;
Public ReadOnly Property Frame As CapturedFrame
Property Value
A CapturedFrame object representing a captured frame of a variable photo sequence.