TransformationMatrix.UnTransform

TransformationMatrix.UnTransform method

Transforms back x1 and y1 and returns x and y before the transformation matrix.

public void UnTransform(double x1, double y1, out double x, out double y)
ParameterTypeDescription
x1DoubleCoordinate x1.
y1DoubleCoordinate y1.
xDouble&Coordinate x transformed back.
yDouble&Coordinate y transformed back.

See Also