Dy Attribute | Dy Property

Internet Development Index

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

Syntax

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

Possible Values

fDyFloating-point that specifies or receives of the Y 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

Dx, Scripting Filters, Filter Design Considerations