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.html.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.html.drawing
IMatrix