The Scanline<(Of <(T>)>) type exposes the following members.

Properties

  NameDescription
BaseAddress
Gets the base address of the represented memory block.
(Inherited from MemoryArray<(Of <(T>)>).)
Count
Gets a 32-bit integer that represents the total number of elements in the MemoryArray<(Of <(T>)>).
(Inherited from MemoryArray<(Of <(T>)>).)
Data
Gets or sets the values of the unmanaged array.
(Inherited from MemoryArray<(Of <(T>)>).)
IsSynchronized
Gets a value indicating whether access to the MemoryArray<(Of <(T>)>) is synchronized (thread safe).
(Inherited from MemoryArray<(Of <(T>)>).)
Item
Gets or sets the value at the specified position in the array.
(Inherited from MemoryArray<(Of <(T>)>).)
Length
Gets the length of the unmanaged array.
(Inherited from MemoryArray<(Of <(T>)>).)
SyncRoot
Gets an object that can be used to synchronize access to the MemoryArray<(Of <(T>)>).
(Inherited from MemoryArray<(Of <(T>)>).)

See Also