Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IndexBitmap Class / Or Operator
The first bitmap with which to perform the bitwise OR operation.
The second bitmap with which to perform the bitwise OR operation.


In This Topic
    Or Operator
    In This Topic
    Performs the bitwise OR operation between two IndexBitmap objects.
    Syntax
    'Declaration
     
    
    Public Operator Or( _
       ByVal bitmap As IndexBitmap, _
       ByVal otherBitmap As IndexBitmap _
    ) As IndexBitmap
    'Usage
     
    

    Parameters

    bitmap
    The first bitmap with which to perform the bitwise OR operation.
    otherBitmap
    The second bitmap with which to perform the bitwise OR operation.

    Return Value

    An array containing the result of the bitwise OR operation, which is a reference to the current IndexBitmap object.
    See Also