The Width property of Image control is of Unit type, and it has a maximum width 32767 , but I have to draw a image with about 60000px wide, how to display it ?
Very few tools support resolutions higher than that. In fact, Windows can't even display an image with that resolution. You would probably need to adopt a specialized SDK to do that.
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM
Very few tools support resolutions higher than that. In fact, Windows can't even display an image with that resolution. You would probably need to adopt a specialized SDK to do that.
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM