Clears the bit at a specific position in the
IndexBitmap.
'Declaration
Public Overloads Sub Clear( _
ByVal As Integer _
)
'Usage
Dim instance As IndexBitmap
Dim index As Integer
instance.Clear(index)
Parameters
- index
- The zero-based index of the bit to set.