Results 1 to 3 of 3

Thread: Flipping images?

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    3

    Question Flipping images?

    I am trying to create a button that flips an image, I can flip it one way using paintpicture but can not work out now to flip it back again.

    It must be easy?

    Help!

  2. #2
    jim mcnamara
    Guest
    Read about BitBlt here.

  3. #3
    Megatron
    Guest
    The same method will flip it back.
    Code:
    PaintPicture Picture1.Picture, Picture1.ScaleWidth, 0, Picture1.ScaleWidth * -1, Picture1.ScaleHeight

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