M22 Attribute | M22 Property

Sets or retrieves the second row/second column matrix entry for linear transformations.

Syntax

HTML
{ filter:progid:DXImageTransform.Microsoft.Matrix(
    M22 = fM22 ... ) ... }
Scripting
object.filters.item(
    "DXImageTransform.Microsoft.Matrix").M22 [ = fM22 ]

Possible Values

fM22 Floating-point that specifies or receives the second row/second column matrix entry.
1.0
Default.

The property is read/write. The property has a default value of 1.0.

Remarks

Applies To

Matrix

See Also

M11, M12, M21, Scripting Filters, Filter Design Considerations