Jump to content

I still cant understand pixelchecksum


enom
 Share

Recommended Posts

So my problem is that I cant understand how to define rectangle coordinates?

For ex I need to analize a 20x20 px area in the top left corner of the screen with resolution 1024x768 so how can i do that?

Could you explain the meaning of that?

left - left coordinate of rectangle.

top - top coordinate of rectangle.

right - right coordinate of rectangle.

bottom - bottom coordinate of rectangle.

Btw it seems wont work if i change resolution for ex to 800x600

Need help :)

Link to comment
Share on other sites

  • Moderators

left = x top left (start point)

top = y top left (start point)

right = x bottom right (end point)

bottom = y bottom right (end point)

http://www.autoitscript.com/forum/index.ph...st&id=10335

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...