Click or drag to resize

InterpolatingConverterSetupGridSpacing Method

Set up the grid spacing of the pre-calculated grid

Call first SetupArea(Double, Double, Double, Double) before calling this

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetupGridSpacing(
	double dx,
	double dy
)

Parameters

dx
Type: SystemDouble
dy
Type: SystemDouble
See Also