|
-
Mar 16th, 2008, 03:04 PM
#1
Thread Starter
Addicted Member
-
Mar 16th, 2008, 05:33 PM
#2
Re: [2005] Screenshot on coordinates...
in your .copyfromscreen instruction, you're specifying to copy the whole screen to a bitmap. the upperleftdestination point is 100, 100.
so the first 100 pixels to the left + the first 100 pixels at the top are black, and the screen image is cropped. am i right?
which part of the screen do you want to copy?
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
Mar 16th, 2008, 06:01 PM
#3
Thread Starter
Addicted Member
-
Mar 16th, 2008, 06:04 PM
#4
Re: [2005] Screenshot on coordinates...
g.CopyFromScreen(New Point(0, 0), New Point(0, 0), new Size(100, 100))
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
Mar 16th, 2008, 06:06 PM
#5
Re: [2005] Screenshot on coordinates...
i forgot to mention
Dim screenGrab As New Bitmap(100, 100)
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
Mar 16th, 2008, 06:23 PM
#6
Thread Starter
Addicted Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|