clone method
clone
Creates a copy of this matrix.
Returns
A new instance of IMatrix that is a copy of this matrix.
def clone(self):
...
See Also
- module
aspose.svg.drawing - class
IMatrix
Creates a copy of this matrix.
A new instance of IMatrix that is a copy of this matrix.
def clone(self):
...
aspose.svg.drawingIMatrix