MemoryArray(T) Properties

FreeImage.NET

MemoryArrayT Properties

The MemoryArrayT generic type exposes the following members.

Properties
  Name Description
Public property BaseAddress
Gets the base address of the represented memory block.
Public property Count
Gets a 32-bit integer that represents the total number of elements in the MemoryArrayT.
Public property Data
Gets or sets the values of the unmanaged array.
Public property IsSynchronized
Gets a value indicating whether access to the MemoryArrayT is synchronized (thread safe).
Public property Item
Gets or sets the value at the specified position in the array.
Public property Length
Gets the length of the unmanaged array.
Public property SyncRoot
Gets an object that can be used to synchronize access to the MemoryArrayT.
Top
See Also