C# 클래스 MapAround.CoordinateSystems.AxisInfo

Represents the coordinate axis information. This is used to label axes, and indicate the orientation.
파일 보기 프로젝트 열기: gkrsu/maparound.core 1 사용 예제들

공개 메소드들

메소드 설명
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