Gets or sets the location of the center of the bounding rectangle.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

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

Field Value

The location of the center of the bounding rectangle.

Remarks

The center of the bounding rectangle is the intersection point of its diagonals.

See Also