Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 200 个动画,由 200 个 png 图像组成。在 C# 应用程序中加载它并循环通过它以获得平滑动画的最佳方法是什么。图像尺寸为 640x480。谢谢!
要在 Visual Studio/.NET 中嵌入资源并使用它们,您需要知道的所有内容都写在这里。实际上,还有很多其他指南。