Ellipse2d.Split (Double, out Ellipse2d, out Ellipse2d) Method

Splits the arc at a specified elliptical parameter. If the parmeter is out of arcs range, a copy of this object and a zero length arc will be created.
public void Split( 
   double param
   out Ellipse2d part1
   out Ellipse2d part2 
)

Parameters

param
double

The parameter to split at.

part1
Ellipse2d

Set to the elliptical arc before the parameter.

part2
Ellipse2d

Set to the elliptical arc after the parameter.

.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