c property
c property
The C component of the matrix.
Definition:
@property
def c(self):
...
@c.setter
def c(self, value):
...
See Also
- module
aspose.svg.datatypes
- class
SVGMatrix
The C component of the matrix.
@property
def c(self):
...
@c.setter
def c(self, value):
...
aspose.svg.datatypes
SVGMatrix