Computes the area of the sector defined by the arc.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public double AreaOfSector()
Visual Basic (Declaration)
Public Function AreaOfSector As Double
Visual C++
public:
double AreaOfSector()

Return Value

Returns the area of the sector defined by the arc.

See Also