Ellipse2d.ComputeLength Method

Usually, the Length property of the ellipse should be used. This function can be used in case a custom accuracy is wanted.
Public Function ComputeLength( _ 
ByVal tol As Double
) As Double
This language is not supported or no code example is available.
public double ComputeLength( 
double tol 
)
This language is not supported or no code example is available.
public:  
double ComputeLength( 
double tol 
)
This language is not supported or no code example is available.
public function ComputeLength( 
tol : double 
) : double;
This language is not supported or no code example is available.

Parameters

tol
double

The tolerance to use in the numeric integral that computes this.

Return Value

double

The length of the ellipse/elliptic arc with max error of the given tolerance.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition