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.svg.datatypes
- class SVGMatrix
The F component of the matrix.
@property
def f(self):
    ...
@f.setter
def f(self, value):
    ...
aspose.svg.datatypesSVGMatrix