f property
f property
The F component of the matrix.
Definition:
@property
def f(self):
    ...
@f.setter
def f(self, value):
    ...
See Also
- module 
aspose.html.dom.svg.datatypes - class 
SVGMatrix 
The F component of the matrix.
@property
def f(self):
    ...
@f.setter
def f(self, value):
    ...
aspose.html.dom.svg.datatypesSVGMatrix