matrix_transform method
matrix_transform
Applies a 2x3 matrix transformation on this SVGPoint object and returns a new, transformed SVGPoint object: newpoint = matrix* thispoint
Returns
A new SVGPoint object.
def matrix_transform(self, matrix):
...
Parameter | Type | Description |
---|---|---|
matrix | SVGMatrix | he matrix which is to be applied to this SVGPoint object. |
See Also
- module
aspose.html.dom.svg.datatypes
- class
SVGPoint