'Declaration
Public Overloads Sub Or( _ ByVal otherBitmap As IndexBitmap, _ ByVal index As Integer, _ ByVal index2 As Integer _ )
'Usage
Dim instance As IndexBitmap Dim otherBitmap As IndexBitmap Dim index As Integer Dim index2 As Integer instance.Or(otherBitmap, index, index2)
public void Or( IndexBitmap otherBitmap, int index, int index2 )
Parameters
- otherBitmap
- The bitmap with which to perform the bitwise OR operation.
- index
- An integer value indicates the start index of the specified range.
- index2
- An integer value indicates the end index of the specified range.