TransformationMatrix.UnScale

TransformationMatrix.UnScale method

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

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

See Also