ComponentOne Bitmap for WinForms
C1.Win.C1DX.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 System.Integer, _
       ByVal bufferRef As System.IntPtr _
    ) As System.Integer
    public System.int GetProfileBytes( 
       System.int buffer,
       System.IntPtr bufferRef
    )

    Parameters

    buffer
    bufferRef
    See Also