Matrix3x2F::ReinterpretBaseType(constD2D1_MATRIX_3X2_F*) method (d2d1helper.h)

Converts the specified D2D1_MATRIX_3X2_F matrix to a Matrix3x2F without making a copy.

Syntax

const Matrix3x2F * ReinterpretBaseType(
  const D2D1_MATRIX_3X2_F *pMatrix
);

Parameters

pMatrix

Type: const D2D1_MATRIX_3X2_F*

The matrix to convert.

Return value

Type: Matrix3x2F*

The converted matrix.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps only]
Target Platform Windows
Header d2d1helper.h
Library D2d1.lib
DLL D2d1.dll

See also

Matrix3x2F