LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

get pixel location from table cell coordinates

Solved!
Go to solution

I would like the opposite of what the MakePoint() function does.  Instead of providing a table cell index of row/column, I would like to get the mouse coordinates of the beginning of a table cell.

 

Is there a special function to do this?

0 Kudos
Message 1 of 3
(4,457 Views)
Solution
Accepted by topic author ElectroLund

Hello ElectroLund,

 

I think GetTableCellRangeRect is what you are looking for. 

To obtain the table cell from mouse coordinates use GetTableCellFromPoint.

 

Constantin.

Message 2 of 3
(4,424 Views)

Aha, yep that's the one.  Thanks!

0 Kudos
Message 3 of 3
(4,415 Views)