C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / Import Method / Import(SoftwareBitmap) Method
The source SoftwareBitmap.

In This Topic
Import(SoftwareBitmap) Method
In This Topic
Loads the image from a SoftwareBitmap.
Syntax
'Declaration
 
Public Overloads Sub Import( _
   ByVal softwareBitmap As Windows.Graphics.Imaging.SoftwareBitmap _
) 
 

Parameters

softwareBitmap
The source SoftwareBitmap.
See Also