C# Класс CCT.NUI.Core.Clustering.Cluster

Наследование: ILocatable
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
center System.Point
points IList

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

Метод Описание
Cluster ( IList points ) : System
Cluster ( System.Point center, IList points ) : System
Cluster ( System.Point center, IList points, Volume volume ) : System

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

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

public Cluster ( IList points ) : System
points IList
Результат System

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

public Cluster ( System.Point center, IList points ) : System
center System.Point
points IList
Результат System

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

public Cluster ( System.Point center, IList points, Volume volume ) : System
center System.Point
points IList
volume Volume
Результат System

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

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

protected Point,System center
Результат System.Point

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

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