a property
Gets or sets the a entry of the SVGMatrix.
![]() ![]() |
Syntax
HRESULT value = object.put_a( v);HRESULT value = object.get_a(* p);
Property values
Type: float
The a 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:

