|
-
Feb 23rd, 2003, 01:25 PM
#1
Thread Starter
Fanatic Member
upside down text?
Is there an easy way to draw text upside? Right now i have the graphics object and using .DrawString, but i can't figure out how to make it draw mirrored or rotated. Thanks.
The human brain cannot hold all of the knowledge that exists in this world, but it can hold pointers to that knowledge.
-
Feb 23rd, 2003, 02:26 PM
#2
PowerPoster
pic is a bitmap object, you might be able to do it with a graphics object also. Not sure.
pic.RotateFlip(RotateFlipType.Rotate180FlipNone)
There are a couple different RotateFlipTypes, go through them to figure out what you need.
-
Feb 23rd, 2003, 02:31 PM
#3
Thread Starter
Fanatic Member
yeah, thats the only way i could see of doing it. It only 1 or 2 characters and the rectangle is prefedined so the best solution i could come up with was to create a seperate bitmap, draw the text on that bitmap, then flip the bitmap and draw it on to the screen.
The human brain cannot hold all of the knowledge that exists in this world, but it can hold pointers to that knowledge.
-
Feb 23rd, 2003, 06:15 PM
#4
Junior Member
Check out my VBCodeBook.NET under Visual FX - Rotating Text.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|