Click or drag to resize

InterpolatingConverterSetupArea Method

Setup the region that the buffer should cover. You must also call SetupGridSize(Int32, Int32) or SetupGridSpacing(Double, Double).

Namespace:  DHI.Projections
Assembly:  DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void SetupArea(
	double x0,
	double y0,
	double x1,
	double y1
)

Parameters

x0
Type: SystemDouble
X coordinate of lower left corner of buffer area
y0
Type: SystemDouble
Y coordinate of lower left corner of buffer area
x1
Type: SystemDouble
X coordinate of uppper right corner of buffer area
y1
Type: SystemDouble
Y coordinate of uppper right corner of buffer area
See Also