IDirectManipulationViewport::AddContent method (directmanipulation.h)
Adds secondary content, such as a panning indicator, to a viewport.
Syntax
HRESULT AddContent(
[in] IDirectManipulationContent *content
);
Parameters
[in] content
The content to add to the viewport.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
Secondary content is created by calling CreateContent. Once added, the secondary content will move relative to the primary content in response to a manipulation. Its motion is determined by rules associated with each type of secondary content.
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 |