View Single Post
  #2 (permalink)  
Old 04-16-2008, 04:26 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,204
Default

I think that the best solution is to create a Bitmap with ImageLib.
Write the text on this bitmap with Drawer.DrawString and then rotate it with dzt's library.
You can show the bitmap with an Image control.
Reply With Quote