IDirectManipulationContentBehavior::SetZoomBoundaries method

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

Applies to: desktop apps only

Sets the zoom maximum and minimum boundaries.

Syntax

HRESULT SetZoomBoundaries(
  [in]  float zoomMinimum,
  [in]  float zoomMaximum
);

Parameters

  • zoomMinimum [in]
    The zoom level which is the minium value to reach. 1.0f is 100%.

  • zoomMaximum [in]
    The maximum zoom value. 1.0f is 100%.

Return value

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

Requirements

Minimum supported client

Windows Developer Preview

Minimum supported server

Windows Server Developer Preview

IDL

DirectManipulation.idl

See also

IDirectManipulationContentBehavior

 

 

Build date: 12/12/2011