CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 25

Thread: Flip Rectangle

Threaded View

  1. #7
    Join Date
    Apr 2004
    Posts
    265

    Re: Flip Rectangle

    Quote Originally Posted by HanneSThEGreaT View Post
    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 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
  •  





Click Here to Expand Forum to Full Width

Featured