APIs

Overview

<aside> 📜 The latest revision is Direct2D 1.3, released in 2015.

</aside>

<aside> 📜 Direct2D was originally built using Direct3D 10.1. Direct2D 1.3 is using Direct3D 11.1.

</aside>

<aside> 💡 Direct2D uses a left-handed coordinate system: positive x-axis values proceed to the right and positive y-axis values proceed downward.

</aside>

Device

A device is an abstraction that represents a hardware device that uses the GPU.

Factory

To use Direct2D, you need to create a factory represented by the [ID2D1Factory](<https://docs.microsoft.com/windows/desktop/api/d2d1/nn-d2d1-id2d1factory>) interface.