ComponentOne Imaging for UWP
DrawBitmap Method

C1.UWP.Imaging Assembly > C1.Xaml.Imaging Namespace > C1Bitmap Class : DrawBitmap Method
C1Bitmap that will be drawn into this bitmap.
Left position where the drawing will start.
Top position where the drawing will start.
Draws a C1Bitmap into this bitmap.
Syntax
'Declaration
 
Public Sub DrawBitmap( _
   ByVal bitmap As C1Bitmap, _
   ByVal left As System.Integer, _
   ByVal top As System.Integer _
) 
public void DrawBitmap( 
   C1Bitmap bitmap,
   System.int left,
   System.int top
)

Parameters

bitmap
C1Bitmap that will be drawn into this bitmap.
left
Left position where the drawing will start.
top
Top position where the drawing will start.
See Also

Reference

C1Bitmap Class
C1Bitmap Members