Geotools.Net

Geometry.Extent2D Method 

Gets the extents of the Geometry.

[Visual Basic]
Overridable Public Sub Extent2D( _
   ByRef minX As Double, _
   ByRef minY As Double, _
   ByRef maxX As Double, _
   ByRef maxY As Double _
)
[C#]
public virtual void Extent2D(
   out double minX,
   out double minY,
   out double maxX,
   out double maxY
);

Parameters

minX
The minimum X value.
minY
The minimum Y value.
maxX
The maximum X value.
maxY
The maximum Y value.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Geometry.Extent2D(System.Double@,System.Double@,System.Double@,System.Double@)

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace