ComponentOne Bitmap for UWP
FreeMemory Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > DXUtil Class : FreeMemory Method
Allocate an aligned memory buffer.
Syntax
'Declaration
 
Public Shared Sub FreeMemory( _
   ByVal alignedBuffer As System.IntPtr _
) 
public static void FreeMemory( 
   System.IntPtr alignedBuffer
)

Parameters

alignedBuffer

Return Value

A pointer to a buffer aligned.
Remarks
The buffer must have been allocated with AllocateMemory.
See Also

Reference

DXUtil Class
DXUtil Members