struct COREWEBVIEW2_MATRIX_4X4

Matrix that represents a 3D transform.

Summary

Members Descriptions
_11 The value in the first row and first column of the matrix.
_12 The value in the first row and second column of the matrix.
_13 The value in the first row and third column of the matrix.
_14 The value in the first row and fourth column of the matrix.
_21 The value in the second row and first column of the matrix.
_22 The value in the second row and second column of the matrix.
_23 The value in the second row and third column of the matrix.
_24 The value in the second row and fourth column of the matrix.
_31 The value in the third row and first column of the matrix.
_32 The value in the third row and second column of the matrix.
_33 The value in the third row and third column of the matrix.
_34 The value in the third row and fourth column of the matrix.
_41 The value in the fourth row and first column of the matrix.
_42 The value in the fourth row and second column of the matrix.
_43 The value in the fourth row and third column of the matrix.
_44 The value in the fourth row and fourth column of the matrix.

This transform is used to calculate correct coordinates when calling CreateCoreWebView2PointerInfoFromPointerId. This is equivalent to a D2D1_MATRIX_4X4_F

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease

Members

_11

The value in the first row and first column of the matrix.

public FLOAT _11

_12

The value in the first row and second column of the matrix.

public FLOAT _12

_13

The value in the first row and third column of the matrix.

public FLOAT _13

_14

The value in the first row and fourth column of the matrix.

public FLOAT _14

_21

The value in the second row and first column of the matrix.

public FLOAT _21

_22

The value in the second row and second column of the matrix.

public FLOAT _22

_23

The value in the second row and third column of the matrix.

public FLOAT _23

_24

The value in the second row and fourth column of the matrix.

public FLOAT _24

_31

The value in the third row and first column of the matrix.

public FLOAT _31

_32

The value in the third row and second column of the matrix.

public FLOAT _32

_33

The value in the third row and third column of the matrix.

public FLOAT _33

_34

The value in the third row and fourth column of the matrix.

public FLOAT _34

_41

The value in the fourth row and first column of the matrix.

public FLOAT _41

_42

The value in the fourth row and second column of the matrix.

public FLOAT _42

_43

The value in the fourth row and third column of the matrix.

public FLOAT _43

_44

The value in the fourth row and fourth column of the matrix.

public FLOAT _44