transform_point method

transform_point

Applies the affine transformation represented by this Matrix to a specified point.

Returns

Transformed point

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

See Also