SECEditController::LineColToPoint

Converts the given line and column coordinates into a logical point in the viewport.

Defined in: SECEditController.cpp

Syntax

CPoint LineColToPoint(SECEditLineCol& lc) const;

CPoint LineColToPoint(SECEditLineCol& lc, CDC* pDC) const;

Return Value

Returns the logical point in the viewport.

Parameters

lc

Contains the line/column coordinate information.

pDC

Points to a device context for which the logical point will be determined.

See Also

SECEditController PointToLineCol