Question

I am using Direct2D to develop my app's UI, both the desktop and Window Store versions, but I just became a little concerned when I couldn't find concrete information about Windows Store Apps supporting Direct2D.

I looked under the APIs for Desktop Apps and it shows Direct2D, however I can't find it under Window Store Apps APIs.

Était-ce utile?

La solution

The Direct2D APIs are available for use in Windows Store Apps.

From your question, it's not clear which specific APIs are of interest, but MSDN has a quickstart showing how to draw to a Windows::UI::Core::CoreWindow via Direct2D.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top