The Scanline<(Of <(T>)>) type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Creates a shallow copy of the MemoryArray<(Of <(T>)>).
(Inherited from MemoryArray<(Of <(T>)>).) |
![]() | CopyFrom |
Copies a range of elements from the array starting at the specified
sourceIndex and pastes them to the unmanaged array
starting at the specified destinationIndex.
The length and the indexes are specified as 32-bit integers.
(Inherited from MemoryArray<(Of <(T>)>).) |
![]() | CopyTo | Overloaded. |
![]() | Dispose |
Releases all ressources.
(Inherited from MemoryArray<(Of <(T>)>).) |
![]() | Equals | Overloaded. |
![]() | GetEnumerator |
Retrieves an object that can iterate through the individual
elements in this MemoryArray<(Of <(T>)>).
(Inherited from MemoryArray<(Of <(T>)>).) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from MemoryArray<(Of <(T>)>).) |
![]() | GetValue |
Gets the value at the specified position.
(Inherited from MemoryArray<(Of <(T>)>).) |
![]() | GetValues |
Gets the values at the specified position and length.
(Inherited from MemoryArray<(Of <(T>)>).) |
![]() | SetValue |
Sets a value to the element at the specified position.
(Inherited from MemoryArray<(Of <(T>)>).) |
![]() | SetValues |
Sets the values at the specified position.
(Inherited from MemoryArray<(Of <(T>)>).) |
![]() | ToByteArray |
Returns the represented block of memory as an array of Byte.
(Inherited from MemoryArray<(Of <(T>)>).) |