Click or drag to resize

OhioScreenPosToRowCol Method

Converts screen position value to row and column values.

Namespace: Flex.Hal.Ohio
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public void PosToRowCol(
	int nPos,
	out int nRow,
	out int nCol
)

Parameters

nPos  Int32
0-based screen position.
nRow  Int32
1-based row position.
nCol  Int32
1-based column position.
See Also