FreeImage.NET Class Library Reference
MemoryArrayT Properties |
The MemoryArrayT generic type exposes the following members.
Properties
Name | Description | |
---|---|---|
BaseAddress |
Gets the base address of the represented memory block.
|
|
Count |
Gets a 32-bit integer that represents the total number of elements
in the MemoryArrayT.
|
|
Data |
Gets or sets the values of the unmanaged array.
|
|
IsSynchronized |
Gets a value indicating whether access to the MemoryArrayT
is synchronized (thread safe).
|
|
Item |
Gets or sets the value at the specified position in the array.
|
|
Length |
Gets the length of the unmanaged array.
|
|
SyncRoot |
Gets an object that can be used to synchronize access to the MemoryArrayT.
|
See Also