Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / DXUtil Class / FreeMemory Method

In This Topic
    FreeMemory Method
    In This Topic
    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