C1.Win.Bitmap.4.8 Assembly / C1.Win.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