ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1Bitmap Class / Copy Method
C1Bitmap that contains the image to be copied.
True to update the size of this C1Bitmap to match the source, false to stretch the image and keep the current bitmap size.

In This Topic
    Copy Method
    In This Topic
    Copies another C1Bitmap into this one (image and size).
    Syntax
    'Declaration
     
    Public Sub Copy( _
       ByVal source As C1Bitmap, _
       ByVal resize As System.Boolean _
    ) 
    public void Copy( 
       C1Bitmap source,
       System.bool resize
    )

    Parameters

    source
    C1Bitmap that contains the image to be copied.
    resize
    True to update the size of this C1Bitmap to match the source, false to stretch the image and keep the current bitmap size.
    See Also