using System . Drawing . Drawing2D;
GraphicsPath vGraphicsPath = new GraphicsPath ();
vGraphicsPath . AddEllipse(ClientRectangle);
Region = new Region (vGraphicsPath);