SVGMatrix.D

SVGMatrix.D property

The D component of the matrix.

public float D { get; set; }

Property Value

The D component of the matrix.

Exceptions

exceptioncondition
DOMExceptionCode NO_MODIFICATION_ALLOWED_ERR. Raised on an attempt to change the value of a read only attribute.

See Also