Dx Attribute | Dx

HTML (DHTML)

Dx Attribute | Dx Property

Internet Development Index

Sets or retrieves the X component of the augmenting vector for linear transformations.

Syntax

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

Possible Values

fDxFloating-point that specifies or receives of the X component of the augmenting vector.
1.0Default.

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

Remarks

This property is ignored if the SizingMethod is set to auto expand.

Applies To

Matrix

See Also

Dy, Scripting Filters, Filter Design Considerations