CADability dotNET

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

Syntax

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

See Also