d property
Gets or sets the d entry of the SVGMatrix.
![]() ![]() |
Syntax
HRESULT value = object.put_d( v);HRESULT value = object.get_d(* p);
Property values
Type: float
The d entry of the matrix.
Exceptions
| Exception | Condition |
|---|---|
|
An attempt is made to modify an object that cannot be changed. For versions earlier than Internet Explorer 10, NO_MODIFICATION_ALLOWED_ERR is returned. |
Standards information
Remarks
This property relates to the use of 2x3 matrices of the form:
[a c e]
[b d f]
See also
Show:

