Initializes a new instance of the FIMEMORY structure to the value indicated by
a specified pointer to a native FIMEMORY structure.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public FIMEMORY( IntPtr ptr ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ ptr As IntPtr _ ) |
Visual C++ |
---|
public: FIMEMORY( IntPtr ptr ) |
Parameters
- ptr
- Type: System..::.IntPtr
A pointer to a native FIMEMORY structure.