InterpolatingConverterSetupGrid Method |
Setup manually region and buffer grid size
Namespace:
DHI.Projections
Assembly:
DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public void SetupGrid(
double x0,
double y0,
double dx,
double dy,
int xCount,
int yCount
)
Public Sub SetupGrid (
x0 As Double,
y0 As Double,
dx As Double,
dy As Double,
xCount As Integer,
yCount As Integer
)
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
- Type: SystemDouble
Start offset of buffer grid in x direction - y0
- Type: SystemDouble
Start offset of buffer grid in y direction - dx
- Type: SystemDouble
Grid spacing of buffer grid in x direction - dy
- Type: SystemDouble
Grid spacing of buffer grid in y direction - xCount
- Type: SystemInt32
Number of grid points in buffer grid x direction - yCount
- Type: SystemInt32
Number of grid points in buffer grid y direction
See Also