C# Class SimTelemetry.Data.Track.TrackThumbnail

Mostra file Open project: nlhans/SimTelemetry Class Usage Examples

Protected Properties

Property 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

Public Methods

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

Method Details

Create() public method

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
return void

TrackThumbnail() public method

public TrackThumbnail ( ) : System
return System

Property Details

AutoPosition protected_oe property

protected bool AutoPosition
return bool

map_height protected_oe property

protected double map_height
return double

map_width protected_oe property

protected double map_width
return double

pos_x_max protected_oe property

protected double pos_x_max
return double

pos_x_min protected_oe property

protected double pos_x_min
return double

pos_y_max protected_oe property

protected double pos_y_max
return double

pos_y_min protected_oe property

protected double pos_y_min
return double