transform_points method

transform_points {#aspose.pydrawing.PointF[]}

Transforms an array of points using this matrix.

def transform_points(self, points):
    ...
ParameterTypeDescription
pointsaspose.pydrawing.PointF[]The array of points to transform.

See Also