Geotools.Net

Envelope.ExpandToInclude Method (Double, Double)

Enlarges the boundary of the

Envelope
so that it contains (x,y).

[Visual Basic]
Overloads Public Sub ExpandToInclude( _
   ByVal x As Double, _
   ByVal y As Double _
)
[C#]
public void ExpandToInclude(
   double x,
   double y
);

Parameters

x
The value to lower the minimum x to or to raise the maximum x to
y
The value to lower the minimum y to or to raise the maximum y to

Remarks

Does nothing if (x,y) is already on or within the boundaries.

See Also

Envelope Class | Envelope Members | Geotools.Geometries Namespace | Envelope.ExpandToInclude Overload List