Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / And Method
The bitmap with which to perform the bitwise AND operation.


In This Topic
And Method
In This Topic
Performs the bitwise AND operation between the elements of the current IndexBitmap object and the corresponding elements in the specified array.
Syntax
'Declaration
 
Public Sub And( _
   ByVal otherBitmap As IndexBitmap _
) 
 
'Usage
 
Dim instance As IndexBitmap
Dim otherBitmap As IndexBitmap
 
instance.And(otherBitmap)

Parameters

otherBitmap
The bitmap with which to perform the bitwise AND operation.
Remarks
The current IndexBitmap object will be modified to store the result of the bitwise AND operation.
See Also