ID2D1DeviceContext5 interface

This interface performs all the same functions as the ID2D1DeviceContext4 interface, plus it enables the creation of color contexts and Svg documents.

Members

The ID2D1DeviceContext5 interface inherits from ID2D1DeviceContext4. ID2D1DeviceContext5 also has these types of members:

Methods

The ID2D1DeviceContext5 interface has these methods.

MethodDescription
CreateColorContextFromDxgiColorSpace

Creates a color context from a DXGI color space type. It is only valid to use this with the Color Management Effect in 'Best' mode.

CreateColorContextFromSimpleColorProfile Overloaded.

Creates a color context from a simple color profile. It is only valid to use this with the Color Management Effect in 'Best' mode.

CreateSvgDocument

Creates an SVG document from a stream.

DrawSvgDocument

Draws an SVG document.

 

Requirements

Header

D2d1_3.h

DLL

D2d1.dll

 

 

Show: