HBCMS更多的中文手册参考:

M22 Attribute | M22参数属性

DHTML文档教程

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

dhtml语法

HTML
{ filter:progid:dximagetransform.microsoft.matrix(
    m22 = fm22 ... ) ... }
scripting
object.filters.item(
    "dximagetransform.microsoft.matrix").m22 [ = fm22 ]

dhtml可能的值

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

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

Remarks

Applies To

Matrix

更多语法参考

m11, m12, m21, scripting filters, Filter Design Considerations