ClearImage .NET API
XorBitmap(Bitmap) Method





Inlite.ClearImageNet Namespace > ImageEditor Class > XorBitmap Method : XorBitmap(Bitmap) Method
source Bitmap
XOR the working image with the specified Bitmap image
Syntax
'Declaration
 
Public Overloads Sub XorBitmap( _
   ByVal bmp As System.Drawing.Bitmap _
) 
'Usage
 
Dim instance As ImageEditor
Dim bmp As System.Drawing.Bitmap
 
instance.XorBitmap(bmp)
public void XorBitmap( 
   System.Drawing.Bitmap bmp
)
public procedure XorBitmap( 
    bmp: System.Drawing.Bitmap
); 
public function XorBitmap( 
   bmp : System.Drawing.Bitmap
);
public:
void XorBitmap( 
   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