'Declaration
Public Operator And( _ ByVal bitmap As IndexBitmap, _ ByVal otherBitmap As IndexBitmap _ ) As IndexBitmap
'Usage
public IndexBitmap operator &( IndexBitmap bitmap, IndexBitmap otherBitmap )
Parameters
- bitmap
- The first bitmap with which to perform the bitwise AND operation.
- otherBitmap
- The second bitmap with which to perform the bitwise AND operation.
Return Value
An array containing the result of the bitwise AND operation, which is a reference to the current IndexBitmap object.