private void Form1_Paint(object sender, PaintEventArgs e)
        {
            System.Drawing.Drawing2D.GraphicsPath gp = new System.Drawing.Drawing2D.GraphicsPath();
            gp.AddString("新年快乐!", this.Font.FontFamily, (int)FontStyle.Bold, 50, new RectangleF(0, 0, 400, 50), null);
            e.Graphics.DrawPath(Pens.Black, gp);
}
 
                    
                     
                    
                 
                    
                 
         
                
            
         浙公网安备 33010602011771号
浙公网安备 33010602011771号