C# rotate a string 180 degrees
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2010-06-07T17:12:13Z
Indexed on
2010/06/07
17:42 UTC
Read the original article
Hit count: 200
Hi im having a few problems rotating a string, i found that you need graphics.rotate() but when i change the rotation, i cannot even see the string. It appears the pivot point has completely thrown me. Also i saw an example with transform but i decided i did not need this?
If my string was a graph label, reading top to bottom and i needed to rotate it 180 degrees so that it read bottom to top, how would i do this?
Thanks in advance
© Stack Overflow or respective owner