ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.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 IntPtr _
    ) 
    public static void FreeMemory( 
       IntPtr alignedBuffer
    )

    Parameters

    alignedBuffer

    Return Value

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