Matrix4x4F::ReinterpretBaseType(D2D1_MATRIX_4X4_F*) method (d2d1_1helper.h)

Converts the specified D2D1_MATRIX_4X4_F matrix to a Matrix4x4F without making a copy.

Syntax

Matrix4x4F * ReinterpretBaseType(
  D2D1_MATRIX_4X4_F *pMatrix
);

Parameters

pMatrix

Type: D2D1_MATRIX_4X4_F*

The matrix to convert.

Return value

Type: Matrix4x4F*

The converted matrix.

Requirements

Requirement Value
Target Platform Windows
Header d2d1_1helper.h

See also

Matrix4x4F