CADability dotNET
Constructs the angle

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

Syntax

C#
public Angle(
	GeoPoint2D Target,
	GeoPoint2D Center
)
Visual Basic
Public Sub New ( _
	Target As GeoPoint2D, _
	Center As GeoPoint2D _
)
Visual C++
public:
Angle(
	GeoPoint2D Target, 
	GeoPoint2D Center
)

See Also