C# 클래스 SimTelemetry.Data.Track.TrackThumbnail

파일 보기 프로젝트 열기: nlhans/SimTelemetry 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
AutoPosition bool
map_height double
map_width double
pos_x_max double
pos_x_min double
pos_y_max double
pos_y_min double

공개 메소드들

메소드 설명
Create ( string file, string name, string version, RouteCollection route, int width, int height ) : void
TrackThumbnail ( ) : System

메소드 상세

Create() 공개 메소드

public Create ( string file, string name, string version, RouteCollection route, int width, int height ) : void
file string
name string
version string
route SimTelemetry.Objects.RouteCollection
width int
height int
리턴 void

TrackThumbnail() 공개 메소드

public TrackThumbnail ( ) : System
리턴 System

프로퍼티 상세

AutoPosition 보호되어 있는 프로퍼티

protected bool AutoPosition
리턴 bool

map_height 보호되어 있는 프로퍼티

protected double map_height
리턴 double

map_width 보호되어 있는 프로퍼티

protected double map_width
리턴 double

pos_x_max 보호되어 있는 프로퍼티

protected double pos_x_max
리턴 double

pos_x_min 보호되어 있는 프로퍼티

protected double pos_x_min
리턴 double

pos_y_max 보호되어 있는 프로퍼티

protected double pos_y_max
리턴 double

pos_y_min 보호되어 있는 프로퍼티

protected double pos_y_min
리턴 double