ISECEditPresentationState::LineColToPoint

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

Defined in: ISECEditPresentationState.h

Syntax

CPoint SECEditController::LineColToPoint(SECEditLineCol& lc) const;

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

Return Value

Returns the logical point.

Parameters

lc

Contains the line/column coordinate information.

pDC

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

See Also

ISECEditPresentationState PointToLineCol