ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / DeviceContext Class / CreateColorContextFromFilename Method

In This Topic
    CreateColorContextFromFilename Method (DeviceContext)
    In This Topic
    HRESULT ID2D1DeviceContext::CreateColorContextFromFilename([In] const wchar_t* filename,[Out, Fast] ID2D1ColorContext** colorContext)
    Syntax
    'Declaration
     
    Public Function CreateColorContextFromFilename( _
       ByVal filename As String _
    ) As ColorContext
    public ColorContext CreateColorContextFromFilename( 
       string filename
    )

    Parameters

    filename
    See Also