DrawString

barski

Junior Contributor
Joined
Apr 7, 2002
Messages
240
Location
Tennessee
Is there a way to "rotate" the string.

For example if i want it to display

H
E
R
E

Instead of HERE

or display "HERE" it at a 45 degree angle.
 
the following code will display the string vertically,

Dim x As StringFormat
x.FormatFlags = StringFormatFlags.DirectionVertical

How did you get the string to be displayed at a 45 degree angle?

Thank you for any replies...

Jason
 
Back
Top