ComponentOne Bitmap for UWP
C1.UWP.DX 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 System.String _
    ) As ColorContext
    public ColorContext CreateColorContextFromFilename( 
       System.string filename
    )

    Parameters

    filename
    See Also