Gets the area of the convex hull in the xy-plane.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public double AreaXY { get; }
Visual Basic (Declaration)
Public ReadOnly Property AreaXY As Double
Visual C++
public:
property double AreaXY {
	double get ();
}

Field Value

The area of the convex hull in the xy-plane.

Remarks

Returns 0 if the hull consists of less than three vertices.

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThe hull has not been computed yet.

See Also