C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / Import Method / Import(Bitmap) Method
The source System.Drawing.Bitmap.

In This Topic
Import(Bitmap) Method
In This Topic
Loads the image from a System.Drawing.Bitmap.
Syntax
'Declaration
 
Public Overloads Sub Import( _
   ByVal gdiBitmap As System.Drawing.Bitmap _
) 
 

Parameters

gdiBitmap
The source System.Drawing.Bitmap.
See Also