Results 1 to 4 of 4

Thread: By popular demand: BITBLT() made easy

Threaded View

  1. #2

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

    Re: By popular demand: BITBLT() made easy

    Revised - NOW DOES SCREENGRABS!!

    Usage of new feature:

    VB Code:
    1. 'take a small snapshopt of the start button area...
    2. Dim MyRect As Rectangle = New Rectangle(0, Screen.PrimaryScreen.Bounds.Bottom - 100, 100, 100)
    3. Dim MyPic As Bitmap = BlitterChip.ScreenGrab(MyRect)

    The bitmaps that this function returns can be used like normal.

    Note: MSPaint.exe doesn't like bitmaps when you use Bitmap.Save(...) to save them as BMP files. This is a known problem with MSPaint and should not be a cause for concern
    Attached Files Attached Files
    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