Gets the center of the point set.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Point Center { get; }
Visual Basic (Declaration)
Public ReadOnly Property Center As Point
Visual C++
public:
property Point^ Center {
	Point^ get ();
}

Field Value

The coordinates of the center of the point set.

Remarks

The center of a point set is the center of mass if each point in the set is assigned the same mass.

See Also