ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / ColorContext Class / GetProfileBytes Method

In This Topic
    GetProfileBytes Method
    In This Topic
    HRESULT IWICColorContext::GetProfileBytes([In] unsigned int cbBuffer,[In] void* pbBuffer,[Out] unsigned int* pcbActual)
    Syntax
    'Declaration
     
    Public Function GetProfileBytes( _
       ByVal buffer As Integer, _
       ByVal bufferRef As IntPtr _
    ) As Integer
    public int GetProfileBytes( 
       int buffer,
       IntPtr bufferRef
    )

    Parameters

    buffer
    bufferRef
    See Also