0 out of 1 rated this helpful - Rate this topic

Dx Attribute | Dx Property

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

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

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.