CapturedFrame.SoftwareBitmap 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 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.