C# Класс GBD.GbdPoint

The GBD point.
Показать файл Открыть проект

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

Метод Описание
GbdPoint ( double x, double y ) : System

Initializes a new instance of the GbdPoint class.

GbdPoint ( string x, string y ) : System

Initializes a new instance of the GbdPoint class.

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

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

Initializes a new instance of the GbdPoint class.
public GbdPoint ( double x, double y ) : System
x double /// The x. ///
y double /// The y. ///
Результат System

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

Initializes a new instance of the GbdPoint class.
public GbdPoint ( string x, string y ) : System
x string /// The x. ///
y string /// The y. ///
Результат System