CapturedFrame.SoftwareBitmap 属性

定义

获取表示捕获的帧的 SoftwareBitmap 对象。

public:
 property SoftwareBitmap ^ SoftwareBitmap { SoftwareBitmap ^ get(); };
SoftwareBitmap SoftwareBitmap();
public SoftwareBitmap SoftwareBitmap { get; }
var softwareBitmap = capturedFrame.softwareBitmap;
Public ReadOnly Property SoftwareBitmap As SoftwareBitmap

属性值

表示捕获的帧的 SoftwareBitmap 对象。

适用于