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.
我想在 C# Windows 应用程序中创建一个显示的图像缩略图数组。
我希望可以选择每个图像以迁移到图片框中。
有没有人建造过这样的东西?
我试图找出最快/最有效的方法来做到这一点。我已经考虑过一个面板,其中显示了一组图像。
我认为您可以使用 Image.GetThumbnailImage() 来获取所需图像的缩略图,并将它们放在图片框控件中,这些控件将根据要显示的图像数量动态创建,然后使用拖放从用于显示全尺寸图像等的面板的缩略图图片框控件。