Draws a C1Bitmap into this bitmap.

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

Syntax

C#
public void DrawBitmap(
	C1Bitmap bitmap,
	int left,
	int top
)
Visual Basic
Public Sub DrawBitmap ( _
	bitmap As C1Bitmap, _
	left As Integer, _
	top As Integer _
)

Parameters

bitmap
Type: C1.Phone.Imaging..::..C1Bitmap
C1Bitmap that will be drawn into this bitmap.
left
Type: System..::..Int32
Left position where the drawing will start.
top
Type: System..::..Int32
Top position where the drawing will start.

See Also