首页  编辑  

实现不规则窗体

Tags: /C#/界面处理/Form/   Date Created:

using System . Drawing . Drawing2D;

GraphicsPath vGraphicsPath = new GraphicsPath ();

vGraphicsPath . AddEllipse(ClientRectangle);

Region = new Region (vGraphicsPath);