ClearImage .NET API
PasteBitmap(Bitmap) Method





Inlite.ClearImageNet Namespace > ImageEditor Class > PasteBitmap Method : PasteBitmap(Bitmap) Method
source Bitmap
Paste Bitmap image to this image
Syntax
'Declaration
 
Public Overloads Sub PasteBitmap( _
   ByVal bmp As System.Drawing.Bitmap _
) 
'Usage
 
Dim instance As ImageEditor
Dim bmp As System.Drawing.Bitmap
 
instance.PasteBitmap(bmp)
public void PasteBitmap( 
   System.Drawing.Bitmap bmp
)
public procedure PasteBitmap( 
    bmp: System.Drawing.Bitmap
); 
public function PasteBitmap( 
   bmp : System.Drawing.Bitmap
);
public:
void PasteBitmap( 
   System.Drawing.Bitmap^ bmp
) 

Parameters

bmp
source Bitmap
Remarks

Pixels on object.Image are set to a result of logical operation between themselves and corresponding pixels of bmp.

object.Bitmap.PixelFomat and bmp.PixelFomat  should be the same.

See Also

Reference

ImageEditor Class
ImageEditor Members
Overload List