MemoryArray(T).BaseAddress Property

FreeImage.NET

MemoryArrayTBaseAddress Property
Gets the base address of the represented memory block.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public IntPtr BaseAddress { get; }

Property Value

Type: IntPtr
See Also