M12 Attribute | M12 Property

Internet Development Index

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

Syntax

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

Possible Values

fM12Floating-point that specifies or receives the first row/second 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, M21, M22, Scripting Filters, Filter Design Considerations