OhioScreenRowColToPos Method |
Converts row and column values to screen position value.
Namespace: Flex.Hal.OhioAssembly: Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 6.0.8219.1880
Syntax public int RowColToPos(
int nRow,
int nColumn
)
Public Function RowColToPos (
nRow As Integer,
nColumn As Integer
) As Integer
Parameters
- nRow Int32
- 1-based row position.
- nColumn Int32
- 1-based column position.
Return Value
Int320-based screen position.
See Also