C# Класс GeometryClassLibrary.Ellipse

"An ellipse is a curve on a plane surrounding two focal points such that a straight line drawn from one of the focal points to any point on the curve and then back to the other focal point has the same length for every point on the curve." - Wikipedia
Наследование: PlaneRegion
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
_curveDefinition UnitClassLibrary.DistanceUnit.Distance
_foci IList

Открытые методы

Метод Описание
Ellipse ( ) : System
Ellipse ( IList foci, Distance curveDefinition ) : System

Описание методов

Ellipse() публичный Метод

public Ellipse ( ) : System
Результат System

Ellipse() публичный Метод

public Ellipse ( IList foci, Distance curveDefinition ) : System
foci IList
curveDefinition UnitClassLibrary.DistanceUnit.Distance
Результат System

Описание свойств

_curveDefinition защищенное свойство

protected Distance,UnitClassLibrary.DistanceUnit _curveDefinition
Результат UnitClassLibrary.DistanceUnit.Distance

_foci защищенное свойство

protected IList _foci
Результат IList