Results 1 to 4 of 4

Thread: GetObject

  1. #1

    Thread Starter
    Addicted Member Bazza81's Avatar
    Join Date
    Apr 2001
    Location
    Nottingham, UK
    Posts
    203

    Question GetObject

    I know it can be used to convert a bitmap into an array and back, but what else?
    Who needs rhetorical questions anyway?


    Bazza NET - The place you want to be!

  2. #2
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    uk
    Posts
    327
    I don't think it will do that....

    Look it up on www.allapi.net and www.vbapi.com

  3. #3
    Fanatic Member Mad Compie's Avatar
    Join Date
    Aug 2000
    Location
    Kuurne (Belgium)
    Posts
    553

    Talking

    Using For..Next iterations in a memory array runs much faster than the same iterations using GetPixel on a DC.
    Use GetDIBits and SetDIBitsToDevice.

  4. #4
    Hyperactive Member
    Join Date
    Apr 2002
    Location
    uk
    Posts
    327
    The DIBits APIs are useful but not entirely great, because so much work has to be done to account for various color depths.
    If you want real spee, check out Luckys gaming VB - http://rookscape.com/vbgaming/tutAY.php

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