C# Class SimTelemetry.Data.Track.TrackThumbnail

Afficher le fichier Open project: nlhans/SimTelemetry Class Usage Examples

Protected Properties

Свойство Type Description
AutoPosition bool
map_height double
map_width double
pos_x_max double
pos_x_min double
pos_y_max double
pos_y_min double

Méthodes publiques

Méthode Description
Create ( string file, string name, string version, RouteCollection route, int width, int height ) : void
TrackThumbnail ( ) : System

Method Details

Create() public méthode

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
Résultat void

TrackThumbnail() public méthode

public TrackThumbnail ( ) : System
Résultat System

Property Details

AutoPosition protected_oe property

protected bool AutoPosition
Résultat bool

map_height protected_oe property

protected double map_height
Résultat double

map_width protected_oe property

protected double map_width
Résultat double

pos_x_max protected_oe property

protected double pos_x_max
Résultat double

pos_x_min protected_oe property

protected double pos_x_min
Résultat double

pos_y_max protected_oe property

protected double pos_y_max
Résultat double

pos_y_min protected_oe property

protected double pos_y_min
Résultat double