ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class / C1Bitmap Constructor / C1Bitmap Constructor(C1Bitmap)
The C1Bitmap that will be copied into this new C1Bitmap.

In This Topic
    C1Bitmap Constructor(C1Bitmap)
    In This Topic
    Initializes a new C1Bitmap with the contents of another C1Bitmap.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal bmp As C1Bitmap _
    )
    public C1Bitmap( 
       C1Bitmap bmp
    )

    Parameters

    bmp
    The C1Bitmap that will be copied into this new C1Bitmap.
    See Also