M11 Attribute | M11 Property

Internet Development Index

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

Syntax

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

Possible Values

fM11Floating-point that specifies or receives the first row/first column matrix entry.
1.0Default.

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

Remarks

Applies To

Matrix

See Also

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