I use code to draw rounded form
this.FormBorderStyle = FormBorderStyle.None; Region = System.Drawing.Region.FromHrgn(CreateRoundRectRgn(0, 0, Width, Height, 20, 20));
When use maximize function form size stay same
this.WindowState = FormWindowState.Maximized;
What need to change to work maximize function?