transform_point method

transform_point

Transforms the specified point using this matrix.

Returns

The transformed point.

def transform_point(self, point):
    ...
ParameterTypeDescription
pointaspose.pydrawing.PointFThe point to transform.

See Also