ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.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 _
    ) 
    public void Import( 
       Bitmap1 d2dBitmap
    )

    Parameters

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