Initializes a new C1Bitmap of a given size.

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

Syntax

C#
public C1Bitmap(
	int width,
	int height
)
Visual Basic
Public Sub New ( _
	width As Integer, _
	height As Integer _
)

Parameters

width
Type: System..::..Int32
Width of the new bitmap.
height
Type: System..::..Int32
Height of the new bitmap.

See Also