transform_points method
transform_points
Applies the geometric transform represented by this Matrix to a specified array of points.
def transform_points(self, points):
    ...
| Parameter | Type | Description | 
|---|---|---|
| points | list | The points. | 
See Also
- module 
aspose.cad - class 
Matrix