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

