Geotools.Net

IGeometry.GetEnvelopeInternal Method 

Returns the minimum and maximum x and y values in this Geometry, or a null envelope if this geometry is empty.

[Visual Basic]
Function GetEnvelopeInternal() As Envelope
[C#]
Envelope GetEnvelopeInternal();

Return Value

Returns an Envelope object with this Geometry's bounding box; if the Geometry is empty, Envelope.IsNull will return true.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IGeometry.GetEnvelopeInternal

See Also

IGeometry Interface | IGeometry Members | Geotools.Geometries Namespace