C# Класс MapAround.CoordinateSystems.AxisInfo

Represents the coordinate axis information. This is used to label axes, and indicate the orientation.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AxisInfo ( string name, AxisOrientationEnum orientation ) : System

Initializes a new instance of the MapAround.CoordinateSystems.AxisInfo.

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

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

Initializes a new instance of the MapAround.CoordinateSystems.AxisInfo.
public AxisInfo ( string name, AxisOrientationEnum orientation ) : System
name string Name of axis
orientation AxisOrientationEnum Axis orientation
Результат System