Copies another C1Bitmap into this one (image and size).
Namespace:
C1.Phone.ImagingAssembly: C1.Phone.Imaging (in C1.Phone.Imaging.dll)
Syntax
C# |
---|
public void Copy( C1Bitmap source, bool resize ) |
Visual Basic |
---|
Public Sub Copy ( _ source As C1Bitmap, _ resize As Boolean _ ) |
Parameters
- source
- Type: C1.Phone.Imaging..::..C1Bitmap
C1Bitmap that contains the image to be copied.
- resize
- Type: System..::..Boolean
True to update the size of this C1Bitmap to match the source, false to stretch the image and keep the current bitmap size.