Click here to Skip to main content
15,883,623 members
Articles / Programming Languages / C#

Heart shaped Form in C# 2.0

Rate me:
Please Sign up or sign in to vote.
5.00/5 (5 votes)
6 Apr 2011CPOL 15.8K   2  
My alternate uses the AddBezier method, and the size of the heart adjusts to the size of the form.private void Form1_Load(object sender, EventArgs e){ using(System.Drawing.Drawing2D.GraphicsPath path = new System.Drawing.Drawing2D.GraphicsPath()) { path.AddBezier(...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

Please Sign up or sign in to vote.
29 Mar 2011Brijesh Kr 1 alternative  

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer DevelopEx
Ukraine Ukraine
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions