Hello,
I'm not sure where to begin. I need to draw text vertically and dynamically. It needs to change often.
Any ideas where to start?
Drawing Text Vertically
Started by Void, Jun 13 2006 05:28 AM
3 replies to this topic
#1
Posted 13 June 2006 - 05:28 AM
Void
|
|
|
#2
Guest_NeedHelp_*
Posted 13 June 2006 - 11:48 AM
Guest_NeedHelp_*
Have you checked into the GDI+ library?
#3
Posted 13 June 2006 - 02:42 PM
If you're going for a 90 degree angle, then you can just override Paint and use DrawString with StringFormat.DirectionVertical.
If you want arbitrary angles, you can use the TranslateTransform from GDI+ as shown in this article.
If you want arbitrary angles, you can use the TranslateTransform from GDI+ as shown in this article.
#4
Posted 14 June 2006 - 05:40 AM


Sign In
Create Account


Back to top









