ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class / C1Bitmap Constructor / C1Bitmap Constructor(C1Bitmap,Int32,Int32)
The C1Bitmap that will be copied into this new C1Bitmap.
Width of the C1Bitmap in pixels.
Height of the C1Bitmap in pixels.

In This Topic
    C1Bitmap Constructor(C1Bitmap,Int32,Int32)
    In This Topic
    Initializes a new C1Bitmap with the contents of another C1Bitmap.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal bmp As C1Bitmap, _
       ByVal width As System.Integer, _
       ByVal height As System.Integer _
    )
    public C1Bitmap( 
       C1Bitmap bmp,
       System.int width,
       System.int height
    )

    Parameters

    bmp
    The C1Bitmap that will be copied into this new C1Bitmap.
    width
    Width of the C1Bitmap in pixels.
    height
    Height of the C1Bitmap in pixels.
    See Also