ComponentOne Bitmap for WPF
CreateColorContext Method (DeviceContext)

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > DeviceContext Class : CreateColorContext Method
HRESULT ID2D1DeviceContext::CreateColorContext([In] D2D1_COLOR_SPACE space,[In, Buffer, Optional] const unsigned char* profile,[In] unsigned int profileSize,[Out, Fast] ID2D1ColorContext** colorContext)
Syntax
'Declaration
 
Public Function CreateColorContext( _
   ByVal space As ColorSpace, _
   ByVal rofileRef() As System.Byte, _
   ByVal profileSize As System.Integer _
) As ColorContext
public ColorContext CreateColorContext( 
   ColorSpace space,
   System.byte[] rofileRef,
   System.int profileSize
)

Parameters

space
rofileRef
profileSize
See Also

Reference

DeviceContext Class
DeviceContext Members