Click or drag to resize

InterpolatingConverterSetupGridSize Method

Set up the size 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 SetupGridSize(
	int xIntervals,
	int yIntervals
)

Parameters

xIntervals
Type: SystemInt32
yIntervals
Type: SystemInt32
See Also