SECEditLineColPair::SECEditLineColPair
SECEditLineColPair Constructor
Defined in: SECEditLineCol.cpp
Syntax
SECEditLineColPair::SECEditLineColPair();SECEditLineColPair::SECEditLineColPair(SECEditLineCol lcStart, SECEditLineCol lcEnd);
SECEditLineColPair::SECEditLineColPair(int nStartLine, int nStartCol, int nEndLine, int nEndCol);
Parameters
lcStart
The starting line column position.
lcEnd
The ending line column position.
nStartLine
The line index for the starting position.
nStartCol
The column index for the starting position.
nEndLine
The line index for the ending position.
nEndCol
The column index for the ending position.
See Also