Name | Description | |
---|---|---|
IndexBitmap Constructor |
The following tables list the members exposed by IndexBitmap.
Name | Description | |
---|---|---|
IndexBitmap Constructor |
Name | Description | |
---|---|---|
DataLength | Gets the length of the stored data. |
Name | Description | |
---|---|---|
And | Performs the bitwise AND operation between the elements of the current IndexBitmap object and the corresponding elements in the specified array. | |
Clear | Overloaded. Clears all bits in the IndexBitmap. | |
Clone | Creates a shallow copy of the IndexBitmap. | |
ContainsUnset | ||
Copy | Copies a range of elements from an IndexBitmap starting at the specified source index and pastes them to another IndexBitmap starting at the specified target index. The length and the indexes are specified as 32-bit integers. | |
CopyTo | Overloaded. Copies current indexes bitmap to the specified IntervalBitmap. | |
Fill | Sets the bits at a specific range in the IndexBitmap. | |
Get | Gets the value of the bit at a specific position in the IndexBitmap. | |
GetItemCount | Gets the total number of items between the index and index2. | |
Insert | Insert an empty range of elements into the IndexBitmap. | |
IsEmpty | Overloaded. Gets a value indicating whether the IndexBitmap is empty. | |
IsFilled | Determines whether there the specified range is all set. | |
Move | Moves a range of elements from an IndexBitmap starting at the specified source index and pastes them to another IndexBitmap starting at the specified target index. Elements of old range will be clear. The length and the indexes are specified as 32-bit integers. | |
Or | Overloaded. Performs the bitwise OR operation between the elements of the current IndexBitmap object and the corresponding elements in the specified array. | |
Remove | Removes a range of elements from the IndexBitmap. | |
Set | Sets the bit at a specific position in the IndexBitmap. | |
Swap | Swaps a range of elements from an IndexBitmap starting at the specified source index with another IndexBitmap starting at the specified target index. The length and the indexes are specified as 32-bit integers. | |
Validate |
And | Performs the bitwise AND operation between two IndexBitmap objects. |
Or | Performs the bitwise OR operation between two IndexBitmap objects. |