Results 1 to 3 of 3

Thread: For your info: BITBLT

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    For your info: BITBLT

    See here for a helpful article / source demo of how to make BitBlt operations much easier.

    Link: http://www.vbforums.com/showthread.p...55#post1995555
    I don't live here any more.

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: For your info: BITBLT

    does using BitBlt in .net offer any advantage to using the .NET graphics and GDI+ classes? like speed, etc..?

  3. #3

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: For your info: BITBLT

    Speed mainly. But only on the Win32 platform of course. I haven't got around to benchmarking yet though. It is considerably faster if you already know the handles for the source and destination surfaces.

    Also, this takes out some of the legwork with the more mundane image-image copying. Its multi-purpose really.
    I don't live here any more.

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