Search found 16 matches

by Masoud
25 May 2022, 19:03
Forum: CAD .NET
Topic: Clear CadPixctureBox's Content
Replies: 1
Views: 1709

Clear CadPixctureBox's Content

Hello
How can I reset the entire cadimage environment?
In fact, I will delete all the drawn shapes and prepare the new environment for drawing
I used this methods but did not get the desired result

this.cadImage = new CADImage();
this.cadImage.InitialNewImage();
CADPictureBox.Invalidate();