Pergunta

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.

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top