ID2D1Factory2 interface (d2d1_2.h)

Creates Direct2D resources.

This interface also enables the creation of ID2D1Device1 objects.

Inheritance

The ID2D1Factory2 interface inherits from ID2D1Factory1. ID2D1Factory2 also has these types of members:

Methods

The ID2D1Factory2 interface has these methods.

 
ID2D1Factory2::CreateDevice

Creates an ID2D1Device1 object.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 R2 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1_2.h

See also

ID2D1Device

ID2D1Factory

ID2D1Factory1

Multithreaded Direct2D Apps