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,
	int width,
	int height
)
Visual Basic
Public Sub New ( _
	bmp As C1Bitmap, _
	width As Integer, _
	height As Integer _
)

Parameters

bmp
Type: C1.Phone.Imaging..::..C1Bitmap
The C1Bitmap that will be copied into this new C1Bitmap.
width
Type: System..::..Int32
Width of the C1Bitmap in pixels.
height
Type: System..::..Int32
Height of the C1Bitmap in pixels.

See Also