ID2D1Device3 interface (d2d1_3.h)

Represents a resource domain whose objects and device contexts can be used together. This interface performs all the same functions as the ID2D1Device2 interface. It also enables the creation of ID2D1DeviceContext3 objects.

Inheritance

The ID2D1Device3 interface inherits from ID2D1Device2. ID2D1Device3 also has these types of members:

Methods

The ID2D1Device3 interface has these methods.

 
ID2D1Device3::CreateDeviceContext

Creates a new ID2D1DeviceContext3 from this Direct2D device.

Requirements

Requirement Value
Target Platform Windows
Header d2d1_3.h

See also

ID2D1Device2