TransformPoints

function TransformPoints(Points: TArrayOfArrayOfFixedPoint; Transformation: TTransformation): TArrayOfArrayOfFixedPoint;

Description

Transforms all Points using the supplied Transformation instance and returns the new set of transformed points.

See Also

TTransformation