Gets or sets the defining point of the plane.

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

Syntax

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

Field Value

A point on the plane.

Remarks

A different point also changes the value of the right side d of the coordinate form of the plane.

See Also