|
-
Apr 19th, 2008, 10:15 AM
#4
Re: [2008] Drawing and rotating some transparent images
 Originally Posted by NeoDement
Well of course, that's what I originally tried before I made it complicated and separate. For some reason it rotates EVERY object drawn after the rotate command.
That's what's supposed to happen. You're rotating the Graphics object with respect to the control it was created for, so everything drawn with that Graphics object will be rotated. That means that anything you don't want rotated you need to draw before calling RotateTransform. Alternatively you should call RotateTransform a second time to undo the rotation.
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
|