Jump to content

Pixelsearch Object problem


maho
 Share

Recommended Posts

hello, Visual studio c++ .net

 
do not extract the PixelSearch object How can I make this function array?

            int x = 0;
            int y = 0;
            Object^ pixel = au3.PixelSearch(461, 329, 1319, 784, 0x100C08, 0, 1);

 

 

Link to comment
Share on other sites

 

hello, Visual studio c++ .net

 
do not extract the PixelSearch object How can I make this function array?

            int x = 0;

            int y = 0;

            Object^ pixel = au3.PixelSearch(461, 329, 1319, 784, 0x100C08, 0, 1);

 

 

Latest autoit define api AU3_API void WINAPI AU3_PixelSearch(LPRECT lpRect, int nCol, /*default 0*/int nVar, /*default 1*/int nStep, LPPOINT pPointResult);

How can I sampled LPRECT ?
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...