M21 Attribute | M21 Property

Internet Development Index

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

Syntax

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

Possible Values

fM21Floating-point that specifies or receives the second row/first column matrix entry.
0.0Default.

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

Remarks

Applies To

Matrix

See Also

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