Share via


IDirectManipulationTilingManager::BeginManipulation method

[This documentation is preliminary and is subject to change.]

Applies to: desktop apps only

Instructs the tiling manager to start monitoring the manipulation of a region instance.

Syntax

HRESULT BeginManipulation(
  [in]  IDirectManipulationRegion *region,
  [in]  SIZE viewportSize
);

Parameters

  • region [in]
    The region being manipulated.

  • viewportSize [in]
    The size of the viewport.

Return value

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

Remarks

Currently, only panning and scaling configurations are supported. The tiling manager will return E_UNSUPPORTED for other configurations.

Requirements

Minimum supported client

Windows Developer Preview

Minimum supported server

Windows Server Developer Preview

IDL

DirectManipulation.idl

See also

IDirectManipulationTilingManager

 

 

Build date: 12/12/2011