C1.Win.Bitmap.4.8 Assembly / C1.Win.Bitmap Namespace / C1Bitmap Class / Import Method / Import(Bitmap1) Method
The source D2D.Bitmap1 image created with D2D.BitmapOptions.CpuRead.

In This Topic
Import(Bitmap1) Method
In This Topic
Loads the image from a D2D.Bitmap1 (created with D2D.BitmapOptions.CpuRead).
Syntax
'Declaration
 
Public Overloads Sub Import( _
   ByVal d2dBitmap As Bitmap1 _
) 
 

Parameters

d2dBitmap
The source D2D.Bitmap1 image created with D2D.BitmapOptions.CpuRead.
See Also