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

    Parameters

    bitmap
    The source bitmap.
    See Also