質問

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