Click or drag to resize

TransformationUntransform Method

Untransforms the given point to its original location.

Namespace: GSF.Geo
Assembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.181.0 (2.4.181.0)
Syntax
public Point Untransform(
	Point point,
	double scale = 1
)
View Source

Parameters

point  Point
The transformed point.
scale  Double  (Optional)
The scale that was applied after the transformation.

Return Value

Point
The original point.
See Also