InterpolatingConverterSetupArea Method

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

Definition

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

Parameters

x0  Double
X coordinate of lower left corner of buffer area
y0  Double
Y coordinate of lower left corner of buffer area
x1  Double
X coordinate of uppper right corner of buffer area
y1  Double
Y coordinate of uppper right corner of buffer area

See Also