Search found 1 match
- Thu Jan 26, 2023 1:42 pm
- Forum: .NET
- Topic: dotnet core6 image export issue
- Replies: 6
- Views: 7078
Re: dotnet core6 image export issue
I found a sample when the problem occurs. First, there is no problem when exporting an image with the button docked to the top and then the tchart docked to the fill. private TChart tChart1; public Form1() { InitializeComponent(); Button btnOK = new Button(); btnOK.Text = "image"; btnOK.Dock = DockS...