SECEditViewport::OffsetLogOrigin

CPoint SECEditViewport::OffsetLogOrigin(int xOff, int yOff)

Offsets the LogOrigin of the viewport

Defined in: SECEditViewport.cpp

Return Value

a CPoint containing the LogOrigin before the offset operation

Parameters

xOff

Number of logical units to offset the x axis

yOff

Number of logical units to offset the y axis

Comments

SECEditViewport overrides OffsetLogOrigin to perform some validation after calling the base class implementation.

See Also

SECEditViewport