C# Класс GBD.GbdPolygon

The GBD polygon.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddPoint ( IPoint pointToBeAdded ) : void

Add point to the private localPoints list.

GbdPolygon ( ) : System.Collections.Generic

Initializes a new instance of the GbdPolygon class.

ToString ( ) : string

The to string.

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

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

Add point to the private localPoints list.
public AddPoint ( IPoint pointToBeAdded ) : void
pointToBeAdded IPoint /// The point to be added. ///
Результат void

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

Initializes a new instance of the GbdPolygon class.
public GbdPolygon ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

The to string.
public ToString ( ) : string
Результат string