SECPanView::StartPan

voidSECPanView::StartPan(CPoint *ptPan, UINTnCursorID)

Call StartPan to signal SECPanView that the user has started panning the view. SECPanView displays the pan cursor if one is available. 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 start of the pan, used by SECPanView to calculate the amount of panning that takes place.

nCursorID

The resource ID for a cursor you would like to be displayed when the user pans.

See Also

ContinuePan

EndPan

SECPanView