Ellipse2d.Split (IEnumerable<Double>) Method

Splits the arc in sub-arcs given a list of elliptical parameters. The list of parameters do _not_ need to be sorted.
public List<Ellipse2d> Split( 
   IEnumerable<double> param 
)

Parameters

param
IEnumerable<double>

A list of elliptical parameters.

Return Value

List<Ellipse2d>

A list of elliptical arcs that is sub parts of this ellipse/elliptical arc.

.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