Computes the extents of the point set in the xy plane.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public double[] ExtentsXY() |
| Visual Basic (Declaration) |
|---|
Public Function ExtentsXY As Double() |
| Visual C++ |
|---|
public: array<double>^ ExtentsXY() |