SECPanView::EndPan

voidSECPanView::EndPan(CPoint *ptPan)

To end the panning process, call EndPan. If the SECPanView is in SEC_PANDELAY mode, the view will not be updated until this point. Even if you are in SEC_PANINSTANT, you have to call EndPan because the view performs internal calculations and frees any panning resources. This member function can be overridden if you want to change some aspect of the panning behavior.

Defined in: PANVIEW.CPP

Return Value

void

Parameters

ptPan

The final point in the pan process.

See Also

StartPan

ContinuePan

SECPanView