ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / ColorContext Class / InitializeFromMemory Method / InitializeFromMemory(IntPtr,Int32) Method

In This Topic
    InitializeFromMemory(IntPtr,Int32) Method
    In This Topic
    HRESULT IWICColorContext::InitializeFromMemory([In] const void* pbBuffer,[In] unsigned int cbBufferSize)
    Syntax
    'Declaration
     
    Public Overloads Sub InitializeFromMemory( _
       ByVal bufferRef As System.IntPtr, _
       ByVal bufferSize As System.Integer _
    ) 
    public void InitializeFromMemory( 
       System.IntPtr bufferRef,
       System.int bufferSize
    )

    Parameters

    bufferRef
    bufferSize
    See Also