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