Click or drag to resize

EwahCompressedBitArray Constructor

Overload List
  NameDescription
Public methodEwahCompressedBitArray
Creates an empty bitmap (no bit set to true).
Public methodEwahCompressedBitArray(Int32)
Sets explicitly the buffer size (in 64-bit words). The initial memory usage will be "buffersize * 64". For large poorly compressible bitmaps, using large values may improve performance.
Top
See Also