Results 1 to 3 of 3

Thread: api setpixel?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2000
    Location
    Texas
    Posts
    313

    Question

    I am useing the api setpixel. I have it putting pixels on the screen, but they are too small, how can i make them bigger?

  2. #2
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    You can't actually make the pixels larger (without changing the screen resolution) but you can draw a small square instead of just one pixel.
    Have a look at the Rectangle API function or use VB's own Line method (the API call is faster though).

    Best regards

  3. #3
    Guest
    You can also use SexPixel to draw pixels adjacent to where you clicked, so it will look bigger.

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