hello morning everyone anyone know how to crop a control? i try to crop a square in the middle of the panel for an example if the size of my panel was Panel myPanel = new Panel() { Size = new Size(300, 800), Location = new Point(0,0); BackColor = Color.FromArgb(0,0,0); } i would like to crop...