Gets or sets the start point of the edge.

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

Syntax

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

Field Value

The start point of the edge.

See Also