Description | ||||||||||||||
Outputs the location grid column and row for a specified location in screen coordinates. | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDrawing.h> | ||||||||||||||
ProError | ProDrawingPosToLocgrid | ( | ||||||||||||
ProDrawing p_draw | ||||||||||||||
/* (In) | ||||||||||||||
The drawing | ||||||||||||||
*/ | ||||||||||||||
int sheet | ||||||||||||||
/* (In) | ||||||||||||||
The sheet number | ||||||||||||||
*/ | ||||||||||||||
ProVector pos | ||||||||||||||
/* (In) | ||||||||||||||
The location in screen coordinates | ||||||||||||||
*/ | ||||||||||||||
ProName column_label | ||||||||||||||
/* (Out) | ||||||||||||||
The label on the corresponding location grid column. | ||||||||||||||
*/ | ||||||||||||||
ProName row_label | ||||||||||||||
/* (Out) | ||||||||||||||
The label on the corresponding location grid row. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|