Click or drag to resize

Transformation Constructor

Creates a new instance of the Transformation class.

Namespace: GSF.Geo
Assembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.181.0 (2.4.181.0)
Syntax
public Transformation(
	double xScale,
	double xOffset,
	double yScale,
	double yOffset
)
View Source

Parameters

xScale  Double
The scale to be applied to the x-value of the point.
xOffset  Double
The offset to be applied to the x-value of the point.
yScale  Double
The scale to be applied to the y-value of the point.
yOffset  Double
The offset to be applied to the y-value of the point.
See Also