SECEditViewport::OffsetLogOrigin
CPointSECEditViewport::OffsetLogOrigin(intxOff, intyOff)
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