August 19th, 2011, 04:22 AM
#7
Re: Flip Rectangle
Originally Posted by
HanneSThEGreaT
Didn't you read the link I sent you Shers? In there I cover Rotation and Flipping
I went through the link and found that it's only for image rotation. My problem is rectangle flip vertical.
I'm attaching an image. If I change the y in
Dim rect As New Rectangle(x, y, width, height) to
Dim rect As New Rectangle(x, -y, width, height), I still see no change in the image. I drew a line to see how it works, and it still is below the line
Thanks
Attached Images
Last edited by shers; August 19th, 2011 at 04:25 AM .
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