✅ First time using System.Drawing, any idea on why it's not rendering?
Image is in the correct file location, it just doesn't render. any idea why?
3 Replies
Create a new element, and override OnPaint method
Do not paint in the constructor
https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.control.onpaint?view=windowsdesktop-8.0#examples
Thank you.
Appreciate it, worked great