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 double ComputeLength( 
   double tol 
)

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