Ellipse.GetFoci Method

Gets ellipse's foci.
Public Sub GetFoci( _ 
ByRef F1 As Point3D, _ 
ByRef F2 As Point3D
)
This language is not supported or no code example is available.
public void GetFoci( 
ref Point3D F1
ref Point3D F2 
)
This language is not supported or no code example is available.

Parameters

F1
Point3D

F2
Point3D

.NET Framework

Supported in: 4.8

In this article

Definition