FreeImage.NET Class Library Reference
MemoryArrayT Fields |
The MemoryArrayT generic type exposes the following members.
Fields
Name | Description | |
---|---|---|
baseAddress |
Baseaddress of the wrapped memory.
|
|
buffer |
Array of T containing a single element.
The array is used as a workaround, because there are no pointer for generic types.
|
|
handle |
Handle for pinning buffer.
|
|
isFourBit |
Indicates whther the wrapped memory is handles like 4-bit blocks.
|
|
isOneBit |
Indicates whether the wrapped memory is handled like a bitfield.
|
|
length |
Number of elements being wrapped.
|
|
ptr |
Pointer to the element of buffer.
|
|
syncRoot |
An object that can be used to synchronize access to the MemoryArrayT.
|
See Also