Share via


IDirectManipulationTilingManager::SetParameters method

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

Applies to: desktop apps only

Overwrites default parameters with application-specified values

Syntax

HRESULT SetParameters(
  [in]  DIRECTMANIPULATION_TILING_PARAMETERS *parameters
);

Parameters

  • parameters [in]
    A struct that defines all default tiling parameters.

Return value

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

Examples

The following example shows the syntax of this method.

DIRECTMANIPULATION_TILING_PARAMETERS parameters = {
    {2048, 2048},
    {128, 128},
    2.0,
    2.0
};
m_pTilingManager->SetParameters(&parameters);

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