10.1.129 Matrix

(usage)

<Matrix> string </Matrix>

(description)

Represents a 3x3 affine transformation matrix used for transformations in 2-D space.

[types assignable to]

Matrix x:Object

(used by)

DrawingAttributes Matrix MatrixKeyFrame MatrixTransform

[is nullable]

False

[text syntax]

MatrixSyntax

(properties)

M11

x:Double

(description)

The value of the first row and first column of this Matrix structure.

M12

x:Double

(description)

The value of the first row and second column of this Matrix structure.

M21

x:Double

(description)

The value of the second row and first column of this Matrix structure.

M22

x:Double

(description)

The value of the second row and second column of this Matrix structure.

OffsetX

x:Double

(description)

The value of the third row and first column of this Matrix structure.

OffsetY

x:Double

(description)

The value of the third row and second column of this Matrix structure.

(static properties)

Identity

Matrix

(description)

An identity Matrix.