ID2D1Factory4 interface (d2d1_3.h)

Creates Direct2D resources. This interface also enables the creation of ID2D1Device3 objects.

Inheritance

The ID2D1Factory4 interface inherits from ID2D1Factory3. ID2D1Factory4 also has these types of members:

Methods

The ID2D1Factory4 interface has these methods.

 
ID2D1Factory4::CreateDevice

Creates an ID2D1Device3 object.

Requirements

Requirement Value
Target Platform Windows
Header d2d1_3.h

See also

ID2D1Factory3