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

In This Topic
Import(C1Bitmap) Method
In This Topic
Loads the image from another instance of C1Bitmap.
Syntax
'Declaration
 
Public Overloads Sub Import( _
   ByVal bitmap As C1Bitmap _
) 
 

Parameters

bitmap
The source bitmap.
See Also