'Declaration
Public Sub And( _ ByVal otherBitmap As IndexBitmap _ )
'Usage
Dim instance As IndexBitmap Dim otherBitmap As IndexBitmap instance.And(otherBitmap)
public void And( IndexBitmap otherBitmap )
Parameters
- otherBitmap
- The bitmap with which to perform the bitwise AND operation.