Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Ellipse Class / GetFoci Method

In This Topic
    GetFoci Method
    In This Topic
    Gets ellipse's foci.
    Syntax
    'Declaration
     
    Public Sub GetFoci( _
       ByRef F1 As Point3D, _
       ByRef F2 As Point3D _
    ) 
    public void GetFoci( 
       ref Point3D F1,
       ref Point3D F2
    )

    Parameters

    F1
    F2
    See Also