Click or drag to resize

OhioScreenRowColToPos Method

Converts row and column values to screen position value.

Namespace: Flex.Hal.Ohio
Assembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax
public int RowColToPos(
	int nRow,
	int nColumn
)

Parameters

nRow  Int32
1-based row position.
nColumn  Int32
1-based column position.

Return Value

Int32
0-based screen position.
See Also