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

Threaded View

  1. #1
    Join Date
    Jun 2001
    Location
    Melbourne/Aus (C# .Net 4.0)
    Posts
    686

    Floating a Bitmap

    Part of the application I am working on requires a 128x64 32Bit Bitmap to me moved smoothly across the top of my form. It may involve the Bitmap being rotated during the move.

    I understand the maths etc for moving/rotating it. I want it to move smoothly and not flicker. There will be a tiled background image covering the area of the form over which the bitmap will be moved.

    I'm just starting a seperate test project to experiment.

    Has anyone had any experience with this before, maybe point out a nice technique they found or pitfall they avoided?

    Thanks
    Rob.
    Last edited by rliq; March 11th, 2010 at 05:42 PM.
    Rob
    -
    Ohhhhh.... Old McDonald was dyslexic, E O I O EEEEEEEEEE.......

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