Initializes a new C1Bitmap with the contents of another C1Bitmap.

Namespace:  C1.Phone.Imaging
Assembly:  C1.Phone.Imaging (in C1.Phone.Imaging.dll)

Syntax

C#
public C1Bitmap(
	C1Bitmap bmp
)
Visual Basic
Public Sub New ( _
	bmp As C1Bitmap _
)

Parameters

bmp
Type: C1.Phone.Imaging..::..C1Bitmap
The C1Bitmap that will be copied into this new C1Bitmap.

See Also