SECPanView::ContinuePan

voidSECPanView::ContinuePan(CPoint *ptPan)

As the user pans the view, you must call ContinuePan so that SECPanView will know what the user is doing with the view. In SEC_PANINSTANT mode, ContinuePan automatically updates the view to reflect the panning. 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 next point in the pan process.

See Also

StartPan

EndPan

SECPanView