How do I use large bitmaps in .NET?

后端 未结 7 1754
心在旅途
心在旅途 2020-12-05 11:38

I\'m trying to write a light-weight image viewing application. However, there are system memory limitations with .NET.

When trying to load large bitmaps (900

7条回答
  •  萌比男神i
    2020-12-05 12:19

    just a quick fix, i had the same problem, i created a second bitmap instance and passed the bitmap in the constructor.

提交回复
热议问题