CADability dotNET
Gets the center of the front rectangle, i.e. the point you are looking from

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

Syntax

C#
public GeoPoint FrontCenter { get; }
Visual Basic
Public ReadOnly Property FrontCenter As GeoPoint
	Get
Visual C++
public:
property GeoPoint FrontCenter {
	GeoPoint get ();
}

See Also