CapturedFrame.SoftwareBitmap Property

Definition

Gets a SoftwareBitmap object representing the captured frame.

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

Property Value

A SoftwareBitmap object representing the captured frame.

Applies to