InterpolatingConverterSetupGrid Method
Setup manually region and buffer grid size
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 24.0.0.0 (11.1.1.1111)
public void SetupGrid(
double x0,
double y0,
double dx,
double dy,
int xCount,
int yCount
)
member SetupGrid :
x0 : float *
y0 : float *
dx : float *
dy : float *
xCount : int *
yCount : int -> unit
Parameters
- x0 Double
- Start offset of buffer grid in x direction
- y0 Double
- Start offset of buffer grid in y direction
- dx Double
- Grid spacing of buffer grid in x direction
- dy Double
- Grid spacing of buffer grid in y direction
- xCount Int32
- Number of grid points in buffer grid x direction
- yCount Int32
- Number of grid points in buffer grid y direction