문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top