CADability dotNET Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public static GeoPoint2D Center( params GeoPoint2D[] p ) |
| Visual Basic |
|---|
Public Shared Function Center ( _ ParamArray p As GeoPoint2D() _ ) As GeoPoint2D |
| Visual C++ |
|---|
public: static GeoPoint2D Center( ... array<GeoPoint2D>^ p ) |
Parameters
- p
- Type: array<CADability..::..GeoPoint2D>[]()[][]