OhioScreenPosToRowCol Method |
Converts screen position value to row and column values.
Namespace: Flex.Hal.OhioAssembly: 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
)
Public Sub PosToRowCol (
nPos As Integer,
<OutAttribute> ByRef nRow As Integer,
<OutAttribute> ByRef nCol As Integer
)
Parameters
- nPos Int32
- 0-based screen position.
- nRow Int32
- 1-based row position.
- nCol Int32
- 1-based column position.
See Also