IDirectManipulationViewport::Stop method (directmanipulation.h)

Stops the manipulation and returns the viewport to a ready state.

Syntax

HRESULT Stop();

Return value

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Remarks

If a mandatory snap point has been configured, the content may animate to the nearest snap point.

Requirements

Requirement Value
Minimum supported client Windows 8 [desktop apps only]
Minimum supported server Windows Server 2012 [desktop apps only]
Target Platform Windows
Header directmanipulation.h

See also

IDirectManipulationViewport