| 
            
              Transformation Constructor
             | 
          
        
        
        
        Namespace: GSF.GeoAssembly: GSF.Geo (in GSF.Geo.dll) Version: 2.4.257.0 (2.4.257.0)
Syntaxpublic Transformation(
	double xScale,
	double xOffset,
	double yScale,
	double yOffset
)
Public Sub New ( 
	xScale As Double,
	xOffset As Double,
	yScale As Double,
	yOffset As Double
)
public:
Transformation(
	double xScale, 
	double xOffset, 
	double yScale, 
	double yOffset
)
new : 
        xScale : float * 
        xOffset : float * 
        yScale : float * 
        yOffset : float -> TransformationGSF.Geo.Transformation = function(xScale, xOffset, yScale, yOffset);
 View SourceParameters
- 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