CADability dotNET
Sets or gets the startpoint. The endpoint remains unchanged when setting the startpoint.

Namespace: CADability.Curve2D
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
GeoPoint2D StartPoint { get; set; }
Visual Basic
Property StartPoint As GeoPoint2D
	Get
	Set
Visual C++
property GeoPoint2D StartPoint {
	GeoPoint2D get ();
	void set (GeoPoint2D value);
}

See Also