C# Class GHud.OrbitGraph

Inheritance: DisplayModule
Afficher le fichier Open project: BGog/GHud Class Usage Examples

Protected Properties

Свойство Type Description
ApA double
ApR double
PeA double
PeR double
a double
atmos_dia double
body_color System.Drawing.Color
body_colors System.Drawing.Color>.Dictionary
dia double
eccentricity double
elliptical_rect System.Drawing.Rectangle
orbitpen System.Drawing.Pen
orphan_string String
r double
semi_major_axis double
semi_minor_axis double

Méthodes publiques

Méthode Description
OrbitGraph ( Device dev, System orbpen_color, String orphanstr ) : System
Render ( Rectangle rect ) : void
TestRender ( Rectangle rect ) : void

Méthodes protégées

Méthode Description
DoRender ( Rectangle rect ) : void
PrepData ( Orbit orbit, Rectangle rect ) : void
PrepTestData ( Rectangle rect ) : void

Method Details

DoRender() protected méthode

protected DoRender ( Rectangle rect ) : void
rect System.Drawing.Rectangle
Résultat void

OrbitGraph() public méthode

public OrbitGraph ( Device dev, System orbpen_color, String orphanstr ) : System
dev Device
orbpen_color System
orphanstr String
Résultat System

PrepData() protected méthode

protected PrepData ( Orbit orbit, Rectangle rect ) : void
orbit Orbit
rect System.Drawing.Rectangle
Résultat void

PrepTestData() protected méthode

protected PrepTestData ( Rectangle rect ) : void
rect System.Drawing.Rectangle
Résultat void

Render() public méthode

public Render ( Rectangle rect ) : void
rect System.Drawing.Rectangle
Résultat void

TestRender() public méthode

public TestRender ( Rectangle rect ) : void
rect System.Drawing.Rectangle
Résultat void

Property Details

ApA protected_oe property

protected double ApA
Résultat double

ApR protected_oe property

protected double ApR
Résultat double

PeA protected_oe property

protected double PeA
Résultat double

PeR protected_oe property

protected double PeR
Résultat double

a protected_oe property

protected double a
Résultat double

atmos_dia protected_oe property

protected double atmos_dia
Résultat double

body_color protected_oe property

protected Color,System.Drawing body_color
Résultat System.Drawing.Color

body_colors protected_oe property

protected Dictionary body_colors
Résultat System.Drawing.Color>.Dictionary

dia protected_oe property

protected double dia
Résultat double

eccentricity protected_oe property

protected double eccentricity
Résultat double

elliptical_rect protected_oe property

protected Rectangle,System.Drawing elliptical_rect
Résultat System.Drawing.Rectangle

orbitpen protected_oe property

protected Pen,System.Drawing orbitpen
Résultat System.Drawing.Pen

orphan_string protected_oe property

protected String orphan_string
Résultat String

r protected_oe property

protected double r
Résultat double

semi_major_axis protected_oe property

protected double semi_major_axis
Résultat double

semi_minor_axis protected_oe property

protected double semi_minor_axis
Résultat double