ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / ColorContext Class / GetProfile Method

In This Topic
    GetProfile Method
    In This Topic
    HRESULT ID2D1ColorContext::GetProfile([Out, Buffer] unsigned char* profile,[In] unsigned int profileSize)
    Syntax
    'Declaration
     
    Public Sub GetProfile( _
       ByVal rofileRef() As Byte, _
       ByVal profileSize As Integer _
    ) 
    public void GetProfile( 
       byte[] rofileRef,
       int profileSize
    )

    Parameters

    rofileRef
    profileSize
    See Also