Gets or sets the center of the ellipse.

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; set; }
Visual Basic (Declaration)
Public Property Center As Point
Visual C++
public:
property Point^ Center {
	Point^ get ();
	void set (Point^ value);
}

Field Value

The center point of the ellipse.

Remarks

The center of the ellipse is the intersection of the two axes of the ellipse.

See Also