======Метод DeviceContext.Ellipse(Vector3F, Single, Single, Single, Single, Single)====== * **Пространство имен:** [[developers:references:topomatic.cad.foundation|Topomatic.Cad.Foundation]] * **Сборка:** Topomatic.Cad.Foundation (в Topomatic.Cad.Foundation.dll) =====Синтаксис===== public void Ellipse(Vector3F center, float majorAxisLength, float minorAxisLength, float startDegree, float endDegree, float tiltDegree) **Параметры** * //center// * Тип: [[developers:references:topomatic.cad.foundation.vector3f|Topomatic.Cad.Foundation.Vector3F]] * //majorAxisLength// * Тип: [[developers:references:system.single|System.Single]] * //minorAxisLength// * Тип: [[developers:references:system.single|System.Single]] * //startDegree// * Тип: [[developers:references:system.single|System.Single]] * //endDegree// * Тип: [[developers:references:system.single|System.Single]] * //tiltDegree// * Тип: [[developers:references:system.single|System.Single]]