Returns the minX, minY, maxX and maxY coordinates of the triangulation in an array.
Namespace:
ceometric.ComputationalGeometryAssembly: ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
| C# |
|---|
public double[] GetXYExtents() |
| Visual Basic (Declaration) |
|---|
Public Function GetXYExtents As Double() |
| Visual C++ |
|---|
public: array<double>^ GetXYExtents() |