摘要:
private void FrmMain_Paint(object sender, PaintEventArgs e)
{ GraphicsPath oPath = new GraphicsPath(); int x = 0; int y = 0; int w = Width; int h = Height; int a = 8; Graphics g = CreateGraphics(); oPath.AddArc(x, y, a, a, 180, 90); //边框格式 oPath.AddArc... 阅读全文
posted @ 2013-03-01 10:36
WHISHT
阅读(1301)
评论(0)
推荐(0)

浙公网安备 33010602011771号