How to load .dds files into a picturebox?

后端 未结 3 1485
借酒劲吻你
借酒劲吻你 2021-01-13 15:41

How do I load .dds texture files as an Image in C#? There\'s nothing useful on google that I could find.

The more information with samples you give me,the better it

3条回答
  •  太阳男子
    2021-01-13 16:22

    You might want to take a look at the Microsoft's XNA Game Studio SDK to load the textures in memory and possibly capture the images in a System.Drawing.Graphics usable way.

提交回复
热议问题