ImageBuffer.CreateForSoftwareBitmap(SoftwareBitmap) Method
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.
public:
static ImageBuffer ^ CreateForSoftwareBitmap(SoftwareBitmap ^ softwareBitmap);
static ImageBuffer CreateForSoftwareBitmap(SoftwareBitmap const& softwareBitmap);
public static ImageBuffer CreateForSoftwareBitmap(SoftwareBitmap softwareBitmap);
function createForSoftwareBitmap(softwareBitmap)
Public Shared Function CreateForSoftwareBitmap (softwareBitmap As SoftwareBitmap) As ImageBuffer
Parameters
- softwareBitmap
- SoftwareBitmap