SECEditView::SetLogOrigin

Sets the logical origin for this window.

Defined in: SECEditView.cpp

Syntax

CPoint SetLogOrigin(int x, int y)

CPoint SetLogOrigin(const CPoint& ptLog)

Return Value

Returns a CPoint for the previous origin.

Parameters

x

New origin X position.

y

New origin y position.

ptLog

New origin point position.

See Also

SECEditView