transform_point method
transform_point
Transforms the specified point using this matrix.
Returns
The transformed point.
def transform_point(self, point):
...
| Parameter | Type | Description |
|---|---|---|
| point | aspose.pydrawing.PointF | The point to transform. |
See Also
- module
aspose.svg.drawing - class
IMatrix