Computes the area of the segment defined by the arc.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public double AreaOfSegment() |
| Visual Basic (Declaration) |
|---|
Public Function AreaOfSegment As Double |
| Visual C++ |
|---|
public: double AreaOfSegment() |
Return Value
Returns the area of the segment defined by the arc.
Exceptions
| Exception | Condition |
|---|---|
| System..::.InvalidOperationException | Arc segment area only defined for opening angles less than PI |