This topic has not yet been rated - Rate this topic

IDirectManipulationContent::GetOutputTransform method

Gets the current transform that is applied to the content.

Syntax


HRESULT GetOutputTransform(
  [out]  float *matrix,
  [in]   DWORD pointCount
);

Parameters

matrix [out]

The transform matrix.

pointCount [in]

The size of the transform matrix. This value is always 6, because a 3x2 matrix is used for all direct manipulation transforms.

Return value

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

Remarks

This method returns the current transform that is applied to the content.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

DirectManipulation.h

IDL

DirectManipulation.idl

IID

IID_IDirectManipulationContent is defined as B89962CB-3D89-442B-BB58-5098FA0F9F16

See also

IDirectManipulationContent

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.