'Declaration
Public Overloads Function IsEmpty( _ ByVal index As Integer, _ ByVal index2 As Integer _ ) As Boolean
'Usage
Dim instance As IndexBitmap Dim index As Integer Dim index2 As Integer Dim value As Boolean value = instance.IsEmpty(index, index2)
Parameters
- index
- An integer value indicates the start index of the specified range.
- index2
- An integer value indicates the end index of the specified range.
Return Value
true
if the specified index is empty; otherwise, false
.