I have created a rectangle from visual basic powerpacks tools in my windows form. Now I want to insert a text inside the rectangle. Can any one help me?
Thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
FroglegPosted Jul 8, 2011, 2:33 PM
e.Graphics.DrawString(myString, myFont, myBrush, Rectangle.Round(myRectangle));