VariablePhotoCapturedEventArgs.Frame 属性

定义

获取一个 CapturedFrame 对象,该对象表示可变照片序列的捕获帧。

public:
 property CapturedFrame ^ Frame { CapturedFrame ^ get(); };
CapturedFrame Frame();
public CapturedFrame Frame { get; }
var capturedFrame = variablePhotoCapturedEventArgs.frame;
Public ReadOnly Property Frame As CapturedFrame

属性值

一个 CapturedFrame 对象,表示可变照片序列的捕获帧。

适用于