Click or drag to resize

EwahCompressedBitArray Properties

The EwahCompressedBitArray type exposes the following members.

Properties
  NameDescription
Public propertySizeInBits
The size in bits of the *uncompressed* bitmap represented by this compressed bitmap. Initially, the SizeInBits is zero. It is extended automatically when you set bits to true.
Public propertySizeInBytes
Report the *compressed* size of the bitmap (equivalent to memory usage, after accounting for some overhead).
Top
See Also